Update docker stack command (#1306)

There is no such thing as `docker-stack`
This commit is contained in:
James Hu 2017-01-24 15:31:07 -08:00 committed by John Mulhausen
parent aaa2ad2951
commit f4ce265398
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ volumes:
## Compose Version 3 features and compatibility
To deploy the voting application, we will run the `docker-stack deploy` command
To deploy the voting application, we will run the `docker stack deploy` command
with this `docker-stack.yml` file to pull the referenced images and launch the
services in a swarm as configured in the `.yml`.