From eb725973a21b9845f818f57fbf55eb69c048c928 Mon Sep 17 00:00:00 2001 From: skohar Date: Fri, 12 Feb 2016 09:17:25 +0900 Subject: [PATCH] Fix typo Signed-off-by: skohar --- docs/install-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.