From 8cdcd420b0d3941c31d6ca5d0d44622bb7190811 Mon Sep 17 00:00:00 2001 From: LRubin Date: Tue, 20 Dec 2016 17:20:30 -0800 Subject: [PATCH] Update create-swarm.md (#954) Removes some spaces that were apparently b0rking the code block there. --- engine/swarm/swarm-tutorial/create-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/swarm-tutorial/create-swarm.md b/engine/swarm/swarm-tutorial/create-swarm.md index 8699e9ee63..54ac9d056e 100644 --- a/engine/swarm/swarm-tutorial/create-swarm.md +++ b/engine/swarm/swarm-tutorial/create-swarm.md @@ -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 ```