typo, the port of consul is 8500

Signed-off-by: codejuan <xh@decbug.com>
This commit is contained in:
CodeJuan 2016-03-27 17:59:53 +08:00 committed by codejuan
parent 4db4e951c7
commit ae46892a29
1 changed files with 1 additions and 1 deletions

View File

@ -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: