Difference between revisions of "Docker Swarm Classic"
From berki WIKI
(Created page with "<< Back to Orchestration main") |
|||
Line 1: | Line 1: | ||
[[Docker Orchestration|<< Back to Orchestration main]] | [[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. |
Revision as of 21:27, 1 July 2018
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.