Docker Swarm
Docker Swarm is a mode of operation for Docker. In this mode, a cluster of dockerd(8) instances are managed as a collective unit called a swarm.
Installation and Setup
See here for installation.
A swarm is initialized by running:
docker swarm init
Configuration
Usage