⇤ ← 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