&& 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.