mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
Corrected command to load proper swarm environment
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user