Removing superfluous example command

This commit is contained in:
John Mulhausen 2016-11-28 14:28:42 -08:00 committed by GitHub
parent ace5a7a952
commit d621663c6f
1 changed files with 1 additions and 5 deletions

View File

@ -177,13 +177,9 @@ host as one of the Swarm managers.
2. From the output, copy the `eth0` IP address from `inet addr`.
3. To set up a discovery backend, use the following command:
3. To set up a discovery backend, use the following command, replacing `<consul0_ip>` with the IP address from the previous command:
$ docker run -d -p 8500:8500 --name=consul progrium/consul -server -bootstrap -advertise=<consul0_ip>
Replacing `<consul0_ip>` with the IP address from the previous command, for example:
$ docker run -d -p 8500:8500 --name=consul progrium/consul -server -bootstrap -advertise=172.30.0.161
4. Enter `docker ps`.