= 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 [[Docker#Installation_and_Setup|here]] for installation. A swarm is initialized by running: {{{ docker swarm init }}} ---- == Configuration == ---- == Usage == ---- == See also == [[https://man.archlinux.org/listing/community/docker/|All Docker project man pages]] [[https://docs.docker.com/engine/swarm/|Docker swarm mode overview]] ---- CategoryRicottone