diff --git a/docs/install-manual.md b/docs/install-manual.md index 8d0202057c..af0c5446b0 100644 --- a/docs/install-manual.md +++ b/docs/install-manual.md @@ -106,7 +106,7 @@ To keep things simple, you are going to run a single consul daemon on the same h To start, copy the following launch command to a text file. - $ docker run -d -p 8500:8500 —name=consul progrium/consul -server -bootstrap + $ docker run -d -p 8500:8500 --name=consul progrium/consul -server -bootstrap Then, use SSH to connect to the "manager0 & consul0" instance. At the command line, enter `ifconfig`. From the output, copy the `eth0` IP address from `inet addr`.