Update create-swarm.md (#954)

Removes some spaces that were apparently b0rking the code block there.
This commit is contained in:
LRubin
2016-12-20 17:20:30 -08:00
committed by John Mulhausen
parent f1598cad58
commit 8cdcd420b0

View File

@@ -10,7 +10,7 @@ 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
```