Added all

This commit is contained in:
Guillem Hernandez Sola
2018-10-25 17:44:37 +02:00
parent 6830e934b0
commit a11d08b155
3 changed files with 11 additions and 7 deletions

View File

@@ -153,7 +153,7 @@ creates an overlay network named ingress for publishing service ports external t
The output for docker swarm init provides the connection command to use when you join new worker nodes to the swarm:
```shell
$ docker swarm init
$ docker swarm init --advertise-addr 192.168.0.248
Swarm initialized: current node (dxn1zf6l61qsb1josjja83ngz) is now a manager.
```