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

container: :host networking mode #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sundbry
Copy link

@sundbry sundbry commented Apr 30, 2024

Host networking is unique from the other network drivers. It requires the container to run (.withNetworkMode "host"). Trying to create a docker network with the "host" driver does not work.

This adds a special keyword :host which may be set as the container :network.

Host networking is unique from the other network drivers. It requires
the container to run (.withNetworkMode "host"). Trying to create a
docker network with the "host" driver does not work.

This adds a special keyword `:host` which may be set as the container
:network.
j1mr10rd4n added a commit to j1mr10rd4n/testcontainers-clj that referenced this pull request Oct 24, 2024
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 this pull request may close these issues.

1 participant