Use a real image in network example (#2570)

This commit is contained in:
Misty Stanley-Jones 2017-03-30 16:03:00 -07:00 committed by GitHub
parent a1291c8ef6
commit a75280f77b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Finally, the `docker0` Ethernet bridge settings are used every time you create a
```
# The network, as seen from a container
$ docker run -i -t --rm base /bin/bash
$ docker run --rm -it alpine /bin/ash
root@f38c87f2a42d:/# ip addr show eth0