Merge pull request #1803 from skohar/fix_typo

Fix typo
This commit is contained in:
Dongluo Chen 2016-02-11 16:28:09 -08:00
commit d5033258a6
1 changed files with 1 additions and 1 deletions

View File

@ -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`.