Update deploy.md (#4060)

This commit is contained in:
Wang Jie 2017-08-02 03:21:49 +08:00 committed by Misty Stanley-Jones
parent dfb7de58f6
commit 67c193baa8
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ node) that you can use to log in to each manager node.
#### Manager nodes
Obtain the public IP and/or port for the manager node as instructed above and
using the provided SSH key to begin administrating your swarm and the unique port associated with a manager:
use the provided SSH key to begin administrating your swarm and the unique port associated with a manager:
$ ssh -i <path-to-ssh-key> -p <ssh-port> docker@<ip>
Welcome to Docker!
@ -150,7 +150,7 @@ There are cases (such as installing a volume plugin) wherein a docker command ma
Usage : `swarm-exec {Docker command}`
The following will install a test plugin in all the nodes in the cluster
The following will install a test plugin in all the nodes in the cluster.
Example : `swarm-exec docker plugin install --grant-all-permissions mavenugo/test-docker-netplugin`