Changes

Docker Swarm Classic

398 bytes added, 21:27, 1 July 2018
no edit summary
[[Docker Orchestration|<< Back to Orchestration main]]
 
 
 
 
https://docs.docker.com/swarm/reference/manage/
 
 
There are two main options for creating swarm classic cluster.
# We create the physical or virtual environment, and install docker manually. Then the nodes must be added to the cluster also manually.
# We use the '''docker-machine''' command with the '''--swarm''' options to create new VMs that are part of the swarm cluster out of the box.