Docker Swarm Classic
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.