mirror of https://github.com/docker/docs.git
Update overlay-standalone-swarm.md (#4969)
Add slash to the add new line to command
This commit is contained in:
parent
4ab6d51be7
commit
84e9f10ff6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue