mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 00:25:48 +03:00
[PR #345] Add NETDEV. Soft rename NETWORKING to NETWORKING_DEVICE #759
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#759
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.