diff --git a/swarm/install-manual.md b/swarm/install-manual.md index 83f4f79980..ccbaed5b64 100644 --- a/swarm/install-manual.md +++ b/swarm/install-manual.md @@ -174,9 +174,9 @@ host as one of the Swarm managers. 2. From the output, copy the `eth0` IP address from `inet addr`. -3. Paste the launch command into the command line: +3. To set up a discovery backend, use the following command, replacing `` with the IP address from the previous command: - $ docker run -d -p 8500:8500 --name=consul progrium/consul -server -bootstrap + $ docker run -d -p 8500:8500 --name=consul progrium/consul -server -bootstrap -advertise= 4. Enter `docker ps`.