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

create docker bridge network conflicts with host network #680

Open
garyng2000 opened this issue Jun 18, 2024 · 1 comment
Open

create docker bridge network conflicts with host network #680

garyng2000 opened this issue Jun 18, 2024 · 1 comment

Comments

@garyng2000
Copy link

I have a machine(docker host) that is under 172.16.0.x and when I run the package, the created bridge network used the same range causing issue when trying to access from the hosting machine.

I have tried to run the kurtosis quickstart package and it runs fine. So somewhere the network setup for the docker network creating is wrong in this package.

and just FYI, the docker daemon is configured to use 10.10.0.0/16 for its own network.

@barnabasbusa
Copy link
Contributor

Your home network should avoid using 172.16.0.x network. As this is reserved for docker networking.

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

No branches or pull requests

2 participants