1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

newtork -> network (minor spelling correction)

...yeah, that was bugging me. :)

Signed-off-by: Chris Weyl <cweyl@alumni.drew.edu>
This commit is contained in:
Chris Weyl 2015-11-30 23:33:55 -06:00
parent 1ddd4b1dcc
commit 8fd2630d01
No known key found for this signature in database
GPG key ID: 58754848FC30832F
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ docker network create -d overlay
--ip-range=192.168.1.0/24 --ip-range=192.168.1.0/24
--aux-address a=192.168.1.5 --aux-address b=192.168.1.6 --aux-address a=192.168.1.5 --aux-address b=192.168.1.6
--aux-address a=192.170.1.5 --aux-address b=192.170.1.6 --aux-address a=192.170.1.5 --aux-address b=192.170.1.6
my-multihost-newtork my-multihost-network
``` ```
Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error. Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error.

View file

@ -116,7 +116,7 @@ docker network create -d overlay
--ip-range=192.168.1.0/24 --ip-range=192.168.1.0/24
--aux-address a=192.168.1.5 --aux-address b=192.168.1.6 --aux-address a=192.168.1.5 --aux-address b=192.168.1.6
--aux-address a=192.170.1.5 --aux-address b=192.170.1.6 --aux-address a=192.170.1.5 --aux-address b=192.170.1.6
my-multihost-newtork my-multihost-network
``` ```
Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error. Be sure that your subnetworks do not overlap. If they do, the network create fails and Engine returns an error.