Skip to content

Commit f6cb147

Browse files
committed
Markdown linting in docs/reference directory
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
1 parent ebed0f1 commit f6cb147

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/reference/provision.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Usage is `docker-machine provision [name]`. Multiple names may be specified.
2626

2727
The Machine provisioning process will:
2828

29-
1. Set the hostname on the instance to the name Machine addresses it by (e.g.
30-
`default`).
31-
2. Install Docker if it is not present already.
32-
3. Generate a set of certificates (usually with the default, self-signed CA) and
33-
configure the daemon to accept connections over TLS.
34-
4. Copy the generated certificates to the server and local config directory.
35-
5. Configure the Docker Engine according to the options specified at create
36-
time.
37-
6. Configure and activate Swarm if applicable.
29+
1. Set the hostname on the instance to the name Machine addresses it by (e.g.
30+
`default`).
31+
2. Install Docker if it is not present already.
32+
3. Generate a set of certificates (usually with the default, self-signed CA) and
33+
configure the daemon to accept connections over TLS.
34+
4. Copy the generated certificates to the server and local config directory.
35+
5. Configure the Docker Engine according to the options specified at create
36+
time.
37+
6. Configure and activate Swarm if applicable.

0 commit comments

Comments
 (0)