Corrected command to load proper swarm environment

This commit is contained in:
Nirmal Mehta
2015-04-01 10:46:43 -04:00
parent f6192d1363
commit d7d91a4f1d

View File

@@ -314,7 +314,7 @@ docker-machine create \
```
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: