mirror of https://github.com/docker/docs.git
Adds a space to correct broken code block
Kramdown is picky. :)
This commit is contained in:
parent
d1c99d64ca
commit
26ce688e26
|
@ -8,7 +8,7 @@ After you complete the [tutorial setup](index.md) steps, you're ready
|
|||
to create a swarm. Make sure the Docker Engine daemon is started on the host
|
||||
machines.
|
||||
|
||||
1. Open a terminal and ssh into the machine where you want to run your manager
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue