From 3ddd0790057658b8d01e758eed4b8f9485259fe6 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 25 Oct 2018 17:14:25 +0200 Subject: [PATCH] Swarm --- swarm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/README.md b/swarm/README.md index f707638..1e9ca36 100755 --- a/swarm/README.md +++ b/swarm/README.md @@ -65,7 +65,7 @@ You see a warning about the Engine being in swarm mode. This is because Compose vagrant@docker$ docker-compose up -d ``` -WARNING: The Docker Engine you're using is running in swarm mode. +* WARNING: The Docker Engine you're using is running in swarm mode. Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers are scheduled on the current node.