contiv / contiv.github.io

Contiv website source code
http://contiv.github.io/
Other
3 stars 65 forks source link

Containers Tutorial wrong address? #100

Closed retr0h closed 7 years ago

retr0h commented 7 years ago

In the example below?

In the ifconfig output, you will see that it would have created a veth virtual ethernet interface that could look like veth...... towards the end. More importantly it is allocated an IP address from default docker bridge docker0, likely 172.17.0.3 in this setup, and can be examined using

Shouldn't the IP be 172.17.0.5 not 172.17.0.3? The example boots a vanilla-c image which is assigned 172.17.0.5 under docker network inspect bridge in the example.