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

Allow to create docker network bridge dynamically #17

Open
NotBad4U opened this issue Oct 5, 2018 · 0 comments
Open

Allow to create docker network bridge dynamically #17

NotBad4U opened this issue Oct 5, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@NotBad4U
Copy link
Contributor

NotBad4U commented Oct 5, 2018

We must create a local bridge network named "my-net" to run the test suite :
docker network create --driver=bridge --subnet=172.18.0.0/16 my-net
It's because we have to know the ipv4 address backends to register them in the sozu config.toml

testcontainers provide this feature but it's not documented for the moment (issues/509) . They have unit tests to show how to use this feature.

@NotBad4U NotBad4U added the enhancement New feature or request label Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant