Differences between revisions 1 and 2
Revision 1 as of 2023-04-04 19:06:35
Size: 665
Comment:
Revision 2 as of 2023-04-04 19:10:49
Size: 663
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
The swarm is initialized by running: A swarm is initialized by running:

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)