Update part4.md

This commit is contained in:
Bui Quang Duc 2017-12-05 17:08:36 +07:00 committed by Joao Fernandes
parent 0800559f48
commit 94e0a5dc8c
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ like `myvm1` execute Docker commands; workers are just for capacity.
### Configure a `docker-machine` shell to the swarm manager
So far, you've been wrapping Docker commmands in `docker-machine ssh` to talk to
So far, you've been wrapping Docker commands in `docker-machine ssh` to talk to
the VMs. Another option is to run `docker-machine env <machine>` to get
and run a command that configures your current shell to talk to the Docker
daemon on the VM. This method works better for the next step because it allows