From a931764c48ea5b3373d8fea0974487bf4339f54e Mon Sep 17 00:00:00 2001 From: Jason Harrison Date: Mon, 1 Jul 2019 20:22:59 -0400 Subject: [PATCH 1/2] Improve grammar --- engine/swarm/stack-deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/swarm/stack-deploy.md b/engine/swarm/stack-deploy.md index 2c9a6c7bc1..fecaba3dc6 100644 --- a/engine/swarm/stack-deploy.md +++ b/engine/swarm/stack-deploy.md @@ -136,10 +136,10 @@ counter whenever you visit it. ## Test the app with Compose 1. Start the app with `docker-compose up`. This builds the web app image, - pull the Redis image if you don't already have it, and create two + pulls the Redis image if you don't already have it, and creates two containers. - You see a warning about the Engine being in swarm mode. This is because + You will see a warning about the Engine being in swarm mode. This is because Compose doesn't take advantage of swarm mode, and deploys everything to a single node. You can safely ignore this. From 1a11c1d23247fd82ed8269dd779342ec77fcffc0 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Tue, 9 Jul 2019 18:45:36 +0100 Subject: [PATCH 2/2] Minor style edits --- engine/swarm/stack-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/stack-deploy.md b/engine/swarm/stack-deploy.md index fecaba3dc6..2d24e60067 100644 --- a/engine/swarm/stack-deploy.md +++ b/engine/swarm/stack-deploy.md @@ -139,7 +139,7 @@ counter whenever you visit it. pulls the Redis image if you don't already have it, and creates two containers. - You will see a warning about the Engine being in swarm mode. This is because + You see a warning about the Engine being in swarm mode. This is because Compose doesn't take advantage of swarm mode, and deploys everything to a single node. You can safely ignore this.