Closed kspviswa closed 3 years ago
Update:
After I run enable_internet.sh
script, containers started seeing each other. Looks like there has to be a forwarding rule configuration to enable routing even within the ns. I hoped gocker
to take care of that internally. Nevertheless, please consider this issue resolved.
Hello,
Thanks for making this project opensource. I'm trying to play with it. I created 2 containers running
alpine
image and/bin/sh
shell each.Container
A
got ip172.29.15.82
and ContainerB
got ip172.29.174.195
. As you can see,gocker0
bridge in host was setup with172.29.0.0/16
range.Bridge control shows
gocker0
was setup as expectedHowever, if I ping one another, there is no talking
What am I missing ?