From 1c67861c1b25aebf33a4a3ff278a27c60a1b6123 Mon Sep 17 00:00:00 2001 From: test2 Date: Thu, 2 Apr 2020 03:06:37 +0300 Subject: [PATCH] swarm --- DockerSwarm/Creaate-Swarm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerSwarm/Creaate-Swarm.adoc b/DockerSwarm/Creaate-Swarm.adoc index 3aef215..b9b3b22 100644 --- a/DockerSwarm/Creaate-Swarm.adoc +++ b/DockerSwarm/Creaate-Swarm.adoc @@ -277,7 +277,7 @@ A *task* is the atomic unit of scheduling within a swarm. When you declare a desired service state by creating or updating a service, the orchestrator realizes the desired state by scheduling tasks. -`_For instance, you define a service that instructs the orchestrator to keep three instances of an HTTP listener running at all times. _` +`_For instance, you define a service that instructs the orchestrator to keep three instances of an HTTP listener running at all times._` The orchestrator responds by creating three tasks.