Docker Swarm Classic

Revision as of 21:27, 1 July 2018 by Adam (talk | contribs)

Revision as of 21:27, 1 July 2018 by Adam (talk | contribs)

<< Back to Orchestration main



https://docs.docker.com/swarm/reference/manage/


There are two main options for creating swarm classic cluster.

  1. We create the physical or virtual environment, and install docker manually. Then the nodes must be added to the cluster also manually.
  2. 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.