mirror of https://github.com/docker/docs.git
typo, the port of consul is 8500
Signed-off-by: codejuan <xh@decbug.com>
This commit is contained in:
parent
4db4e951c7
commit
ae46892a29
|
@ -279,7 +279,7 @@ replica.
|
|||
|
||||
4. Start the Swarm manager. For example:
|
||||
|
||||
$ docker run -d -p 4000:4000 swarm manage -H :4000 --replication --advertise 172.30.0.161:4000 consul://172.30.0.161:237
|
||||
$ docker run -d -p 4000:4000 swarm manage -H :4000 --replication --advertise 172.30.0.161:4000 consul://172.30.0.161:8500
|
||||
|
||||
5. Review the Engine's daemon logs the logs, replacing `<id_name>` with the new container's id or name:
|
||||
|
||||
|
|
Loading…
Reference in New Issue