mirror of https://github.com/docker/docs.git
fix typo in provision-with-machine.md
Signed-off-by: mqliang <mqliang.zju@gmail.com>
This commit is contained in:
parent
957f81036b
commit
97efac9d0c
|
|
@ -112,7 +112,7 @@ docker-machine create \
|
||||||
swarm-master
|
swarm-master
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, provision additional an additional node. You must supply the
|
Then, provision an additional node. You must supply the
|
||||||
`SWARM_CLUSTER_TOKEN` and a unique name for each host node, `HOST_NODE_NAME`.
|
`SWARM_CLUSTER_TOKEN` and a unique name for each host node, `HOST_NODE_NAME`.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue