Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Networking: support docker --net=host #175

Closed
zenvdeluca opened this issue Sep 30, 2015 · 3 comments
Closed

Networking: support docker --net=host #175

zenvdeluca opened this issue Sep 30, 2015 · 3 comments

Comments

@zenvdeluca
Copy link

I'd like to spin up my containers with nomad without need of a docker0 bridge, or need of NAT to expose my services.

docker supports --net=host, which spin up the container sharing the host network namespace.
that means containers will bind ports using the host network stack. this should simplify a lot for using in production environments, where we don't want to use overlay networks and rocket sciences.

@purehyperbole
Copy link

+1, this would be super useful!

@LordFPL
Copy link

LordFPL commented Sep 30, 2015

+1 for me too... and for all other docker options :-) (env & volumes essentially in my case)

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants