Skip to content

Commit

Permalink
Update beginner/chapters/votingapp.md
Browse files Browse the repository at this point in the history
added command to remove stack
  • Loading branch information
weilih committed May 14, 2017
1 parent 72b5f0f commit 5895970
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions beginner/chapters/votingapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,13 @@ docker stack deploy --compose-file docker-stack.yml vote

Now take it for a spin again. Go to the URLs you used in section [3.1](#31-deploying-the-app) and see the new votes.

#### 3.2.5 Remove the stack

Remove the stack from the swarm.

```
docker stack rm vote
```

### 3.3 Next steps
Now that you've built some images and pushed them to docker hub, and learned the basics of Swarm mode, you can explore more of Docker by checking out [the documentation](https://docs.docker.com). And if you need any help, check out the [Docker Forums](forums.docker.com) or [StackOverflow](https://stackoverflow.com/tags/docker/).

0 comments on commit 5895970

Please sign in to comment.