mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 14:20:28 +01:00
[PR #345] Add NETDEV. Soft rename NETWORKING to NETWORKING_DEVICE #754
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/345
Author: @sickcodes
Created: 9/18/2021
Status: 🔄 Open
Base:
master← Head:netdev📝 Commits (1)
75dfe1bAdd NETDEV. Soft rename NETWORKING to NETWORKING_DEVICE📊 Changes
4 files changed (+122 additions, -2 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Dockerfile(+8 -2)➕
tests/Dockerfile(+112 -0)📝
tests/test.sh(+1 -0)📄 Description
Add NETDEV for bridged networking option, see https://github.com/sickcodes/Docker-OSX/issues/72
-e NETDEV='tap,id=net0,ifname=tap0,script=no,downscript=no' \-e NETDEV='user,id=net0,hostfwd=tcp::${INTERNAL_SSH_PORT:-10022}-:22,hostfwd=tcp::${SCREEN_SHARE_PORT:-5900}-:5900,${ADDITIONAL_PORTS}' \🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.