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


See also

All Docker project man pages

Docker swarm mode overview


CategoryRicottone

Docker/Swarm (last edited 2023-04-04 19:10:49 by DominicRicottone)