Added command for ssh into swarm manager

This commit is contained in:
fresnizky 2016-11-12 19:27:34 -03:00 committed by GitHub
parent 2923850421
commit b0e05667f9
1 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,10 @@ machines.
1. Open a terminal and ssh into the machine where you want to run your manager
node. For example, the tutorial uses a machine named `manager1`.
   
```bash
docker-machine ssh manager1
```
2. Run the following command to create a new swarm:
@ -84,4 +88,4 @@ node. For example, the tutorial uses a machine named `manager1`.
## What's next?
In the next section of the tutorial, we'll [add two more nodes](add-nodes.md) to
the cluster.
the cluster.