mirror of https://github.com/docker/docs.git
Merge pull request #3038 from jeanlaurent/doc-lint-ref
Markdown linting in docs/reference directory
This commit is contained in:
commit
eae3a747b7
|
@ -27,11 +27,11 @@ Usage is `docker-machine provision [name]`. Multiple names may be specified.
|
||||||
The Machine provisioning process will:
|
The Machine provisioning process will:
|
||||||
|
|
||||||
1. Set the hostname on the instance to the name Machine addresses it by (e.g.
|
1. Set the hostname on the instance to the name Machine addresses it by (e.g.
|
||||||
`default`).
|
`default`).
|
||||||
2. Install Docker if it is not present already.
|
2. Install Docker if it is not present already.
|
||||||
3. Generate a set of certificates (usually with the default, self-signed CA) and
|
3. Generate a set of certificates (usually with the default, self-signed CA) and
|
||||||
configure the daemon to accept connections over TLS.
|
configure the daemon to accept connections over TLS.
|
||||||
4. Copy the generated certificates to the server and local config directory.
|
4. Copy the generated certificates to the server and local config directory.
|
||||||
5. Configure the Docker Engine according to the options specified at create
|
5. Configure the Docker Engine according to the options specified at create
|
||||||
time.
|
time.
|
||||||
6. Configure and activate Swarm if applicable.
|
6. Configure and activate Swarm if applicable.
|
||||||
|
|
Loading…
Reference in New Issue