Update overlay-standalone-swarm.md (#4969)

Add slash to the add new line to command
This commit is contained in:
Fábio Luciano 2017-10-16 21:26:58 -02:00 committed by Misty Stanley-Jones
parent 4ab6d51be7
commit 84e9f10ff6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ key-value stores. This example uses Consul.
```bash
$ docker run -d \
--name consul
--name consul \
-p "8500:8500" \
-h "consul" \
consul agent -server -bootstrap -client "0.0.0.0"