Merge pull request #938 from normalfaults/patch-1

Corrected command to load proper swarm environment
This commit is contained in:
Evan Hazlett 2015-04-01 15:18:13 -04:00
commit 10c390fcb9
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ docker-machine create \
``` ```
You now have a Swarm cluster across two nodes. You now have a Swarm cluster across two nodes.
To connect to the Swarm master, use `docker-machine env --swarm swarm-master` To connect to the Swarm master, use `eval $(docker-machine env --swarm swarm-master)`
For example: For example: