Containers Tutorial wrong address?
retr0h opened this issue · 0 comments
retr0h commented
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.