This commit is contained in:
Guillem Hernandez Sola
2018-10-25 17:14:25 +02:00
parent 597b1fc6e8
commit 3ddd079005

View File

@@ -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 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 Compose does not use swarm mode to deploy services to multiple nodes in
a swarm. All containers are scheduled on the current node. a swarm. All containers are scheduled on the current node.