Skip to content

Commit a75280f

Browse files
author
Misty Stanley-Jones
authored
Use a real image in network example (docker#2570)
1 parent a1291c8 commit a75280f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/userguide/networking/default_network/custom-docker0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Finally, the `docker0` Ethernet bridge settings are used every time you create a
3737
```
3838
# The network, as seen from a container
3939
40-
$ docker run -i -t --rm base /bin/bash
40+
$ docker run --rm -it alpine /bin/ash
4141
4242
root@f38c87f2a42d:/# ip addr show eth0
4343

0 commit comments

Comments
 (0)