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

Add support for --add-host #57

Closed
andygrunwald opened this issue Mar 5, 2023 · 0 comments · Fixed by #58
Closed

Add support for --add-host #57

andygrunwald opened this issue Mar 5, 2023 · 0 comments · Fixed by #58

Comments

@andygrunwald
Copy link
Contributor

The --add-host argument for docker run can be used to access the docker host from inside a container. See https://docs.docker.com/engine/reference/commandline/run/#add-host

With lines like --add-host=host.docker.internal:host-gateway.

Support for the --add-host command in docker run would be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant