Fix spelling in comments, strings and documentation
Signed-off-by: Otto Kekäläinen <otto@seravo.fi> Upstream-commit: 644a7426cc31c338fedb6574d2b88d1cc2f43a08 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user