From f4ce265398e646e342201ea5e153ce35f89d50cd Mon Sep 17 00:00:00 2001 From: James Hu Date: Tue, 24 Jan 2017 15:31:07 -0800 Subject: [PATCH] Update docker stack command (#1306) There is no such thing as `docker-stack` --- engine/getstarted-voting-app/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted-voting-app/index.md b/engine/getstarted-voting-app/index.md index 0dc373eabc..bb4ee52a04 100644 --- a/engine/getstarted-voting-app/index.md +++ b/engine/getstarted-voting-app/index.md @@ -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`.