mirror of https://github.com/docker/docs.git
Merge pull request #1958 from mqliang/provision-typo
fix typo in provision-with-machine.md
This commit is contained in:
commit
c142e12e79
|
@ -112,7 +112,7 @@ docker-machine create \
|
|||
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`.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue