Skip to content

Commit

Permalink
broken link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan08p committed Mar 1, 2017
1 parent 7af772c commit cf00592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm-mode/beginner-tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Docker includes swarm mode for natively managing a cluster of Docker Engines called a swarm. You can use the Docker CLI to create a swarm, deploy application services to a swarm, and manage swarm behavior. This tutorial uses [Docker Machine](https://docs.docker.com/machine/) to create multiple nodes on your desktop. If you prefer you can create those nodes in your own cloud or on multiple machines.

>**Important Note**
You don't need to use the Docker CLI to perform these operations. You can use `docker stack deploy --compose-file STACKNAME.yml STACKNAME` instead. for an introduction to this, check out the [Deploying an app to a Swarm](../beginner/chapters/votingapp.md) for an introduction to using a stack file in a compose file format to deploy an app for more information.
You don't need to use the Docker CLI to perform these operations. You can use `docker stack deploy --compose-file STACKNAME.yml STACKNAME` instead. For an introduction to this, check out the [Deploying an app to a Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md). For an introduction to using a stack file in a compose file format to deploy an app for more information.

## Preparation
You need to have Docker and Docker Machine installed on your system. [Download Docker](https://docker.com/getdocker) for your platform and install it.
Expand Down

0 comments on commit cf00592

Please sign in to comment.