mirror of https://github.com/docker/docs.git
Fix spelling in comments, strings and documentation
Signed-off-by: Otto Kekäläinen <otto@seravo.fi>
This commit is contained in:
parent
91a782c57c
commit
be70f9dd51
|
@ -627,7 +627,7 @@ docker network create -d ipvlan \
|
|||
|
||||
|
||||
# Start a few of containers on the network (ipnet110)
|
||||
# in seperate terminals and check connectivity
|
||||
# in separate terminals and check connectivity
|
||||
docker run --net=ipnet110 -it --rm alpine /bin/sh
|
||||
# Start a second container specifying the v6 address
|
||||
docker run --net=ipnet110 --ip6=2001:db8:abc6::10 -it --rm alpine /bin/sh
|
||||
|
|
Loading…
Reference in New Issue