Skip to content

Commit a6aafb6

Browse files
author
Mano Marks
authored
Merge pull request docker#272 from Deborah-Digges/patch-3
Update votingapp.md
2 parents ad8c9c4 + d1b7676 commit a6aafb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner/chapters/votingapp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cd example-voting-app
2323
### 3.1 Deploying the app
2424
For this first stage, we will use existing images that are in Docker Hub.
2525

26-
This app relies on [Docker Swarm mode](https://docs.docker.com/engine/swarm/). Swarm mode is the cluster management and orchestration features embedded in the Docker. You can easily deploy to a swarm using a file that declares your desired state for the app. Swarm allows you to run your containers on more than one machine. In this tutorial, you can run on just one machine, or you can use something like [Docker for AWS](https://beta.docker.com/) or [Docker for Azure](https://beta.docker.com/) to quickly create a multiple node machine. Alternately, you can use Docker Machine to create a number of local nodes on your development machine. See [the Swarm Mode lab](../../swarm-mode/beginner-tutorial/README.md#creating-the-nodes-and-swarm) for more information.
26+
This app relies on [Docker Swarm mode](https://docs.docker.com/engine/swarm/). Swarm mode is the cluster management and orchestration features embedded in the Docker engine. You can easily deploy to a swarm using a file that declares your desired state for the app. Swarm allows you to run your containers on more than one machine. In this tutorial, you can run on just one machine, or you can use something like [Docker for AWS](https://beta.docker.com/) or [Docker for Azure](https://beta.docker.com/) to quickly create a multiple node machine. Alternately, you can use Docker Machine to create a number of local nodes on your development machine. See [the Swarm Mode lab](../../swarm-mode/beginner-tutorial/README.md#creating-the-nodes-and-swarm) for more information.
2727

2828
First, create a Swarm.
2929

0 commit comments

Comments
 (0)