mirror of https://github.com/docker/docs.git
Update part4.md
This commit is contained in:
parent
0800559f48
commit
94e0a5dc8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue