From f6cb147f0dd4cc16624bbd607d7c5743445a850e Mon Sep 17 00:00:00 2001 From: Jean-Laurent de Morlhon Date: Thu, 11 Feb 2016 09:29:14 -0800 Subject: [PATCH] Markdown linting in docs/reference directory Signed-off-by: Jean-Laurent de Morlhon --- docs/reference/provision.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/reference/provision.md b/docs/reference/provision.md index 032ce6c883..82035b4400 100644 --- a/docs/reference/provision.md +++ b/docs/reference/provision.md @@ -26,12 +26,12 @@ Usage is `docker-machine provision [name]`. Multiple names may be specified. The Machine provisioning process will: -1. Set the hostname on the instance to the name Machine addresses it by (e.g. -`default`). -2. Install Docker if it is not present already. -3. Generate a set of certificates (usually with the default, self-signed CA) and -configure the daemon to accept connections over TLS. -4. Copy the generated certificates to the server and local config directory. -5. Configure the Docker Engine according to the options specified at create -time. -6. Configure and activate Swarm if applicable. +1. Set the hostname on the instance to the name Machine addresses it by (e.g. + `default`). +2. Install Docker if it is not present already. +3. Generate a set of certificates (usually with the default, self-signed CA) and + configure the daemon to accept connections over TLS. +4. Copy the generated certificates to the server and local config directory. +5. Configure the Docker Engine according to the options specified at create + time. +6. Configure and activate Swarm if applicable.