mirror of https://github.com/docker/docs.git
Merge pull request #11197 from StBalashov/patch-1
Typo. Update network-tutorial-overlay.md
This commit is contained in:
commit
cd6c5a5d46
|
|
@ -163,7 +163,7 @@ connect a service to each of them.
|
||||||
$ docker network create -d overlay nginx-net
|
$ docker network create -d overlay nginx-net
|
||||||
```
|
```
|
||||||
|
|
||||||
You don't need to create the overlay network on the other nodes, beacause it
|
You don't need to create the overlay network on the other nodes, because it
|
||||||
will be automatically created when one of those nodes starts running a
|
will be automatically created when one of those nodes starts running a
|
||||||
service task which requires it.
|
service task which requires it.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue