From 7b595e3802edc1625284b9d5a45025095ba006a5 Mon Sep 17 00:00:00 2001 From: test2 Date: Thu, 2 Apr 2020 03:01:18 +0300 Subject: [PATCH] swarm --- DockerSwarm/Creaate-Swarm.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DockerSwarm/Creaate-Swarm.adoc b/DockerSwarm/Creaate-Swarm.adoc index bc98c23..3aef215 100644 --- a/DockerSwarm/Creaate-Swarm.adoc +++ b/DockerSwarm/Creaate-Swarm.adoc @@ -18,8 +18,12 @@ include::header.adoc[] == Swarm - Intro -A swarm consists of one or more nodes: physical or virtual machines running Docker Engine 1.12 or later in swarm mode. +Docker Swarm is a *clustering* and *scheduling* tool for Docker containers. With Swarm, IT administrators and developers can establish and manage a cluster of Docker nodes as a single virtual system. +Clustering is an important feature for container technology, because it creates a cooperative group of systems that can provide redundancy, enabling Docker Swarm failover if one or more nodes experience an outage. + + +Features: - Decentralized design: Instead of handling differentiation between node roles at deployment time, the Docker Engine handles any specialization at runtime. You can deploy both kinds of nodes, managers and workers, using the Docker Engine.