From 989fbc24102192d5c9d705def896b61e87240ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alican=20Akku=C5=9F?= Date: Wed, 26 Jul 2017 20:44:28 +0300 Subject: [PATCH] updated key concept (#3959) docker service, will run on the manager or worker. Last file contains only worker. --- engine/swarm/key-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/key-concepts.md b/engine/swarm/key-concepts.md index 1c2c875863..200e35e62a 100644 --- a/engine/swarm/key-concepts.md +++ b/engine/swarm/key-concepts.md @@ -44,7 +44,7 @@ worker. ## Services and tasks -A **service** is the definition of the tasks to execute on the worker nodes. It +A **service** is the definition of the tasks to execute on the manager or worker nodes. It is the central structure of the swarm system and the primary root of user interaction with the swarm.