[PR #345] Add NETDEV. Soft rename NETWORKING to NETWORKING_DEVICE #754

Open
opened 2025-12-29 06:22:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/345
Author: @sickcodes
Created: 9/18/2021
Status: 🔄 Open

Base: masterHead: netdev


📝 Commits (1)

  • 75dfe1b Add 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

&& tee -a Launch.sh <<< '-netdev ${NETDEV:-user,id=net0,hostfwd=tcp::${INTERNAL_SSH_PORT:-10022}-:22,hostfwd=tcp::${SCREEN_SHARE_PORT:-5900}-:5900,${ADDITIONAL_PORTS}} \' \

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.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/345 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 9/18/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `netdev` --- ### 📝 Commits (1) - [`75dfe1b`](https://github.com/sickcodes/Docker-OSX/commit/75dfe1b678d791c3b23957ed058372f1eaca344a) Add NETDEV. Soft rename NETWORKING to NETWORKING_DEVICE ### 📊 Changes **4 files changed** (+122 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `Dockerfile` (+8 -2) ➕ `tests/Dockerfile` (+112 -0) 📝 `tests/test.sh` (+1 -0) </details> ### 📄 Description && tee -a Launch.sh <<< '-netdev ${NETDEV:-user,id=net0,hostfwd=tcp::${INTERNAL_SSH_PORT:-10022}-:22,hostfwd=tcp::${SCREEN_SHARE_PORT:-5900}-:5900,${ADDITIONAL_PORTS}} \' \ 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}' \` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 06:22:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#754