-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cannot connect to more than one network #24
Comments
Thanks for reporting. Can you share the output of |
Because according to moby/moby#35543, multiple networks are supported as of Docker v25.0.0. You can override the Docker version using the |
Yup, this is on Docker v24.0.9. Maybe mention this in the readme somewhere? |
Actually, the Docker fix I referenced above might not be working... I think I hit the same error when trying to update the integration test to use multiple networks with There might be a way to fix this: add a |
In a docker run command you cannot specify multiple networks: https://stackoverflow.com/questions/60301221/docker-container-cannot-be-connected-to-network-endpoints
However, when specifying multiple networks with compose2nix, the
--network
flag is appended twice, which leads to the container not starting.The text was updated successfully, but these errors were encountered: