From 4e6c70c176d303ff4ba3bcec91c700b141b044d8 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Thu, 8 Mar 2018 17:46:06 +0800 Subject: [PATCH] Update deploy-app.md Should it be "and"? --- swarm/swarm_at_scale/deploy-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/swarm_at_scale/deploy-app.md b/swarm/swarm_at_scale/deploy-app.md index 49fe09af32..779fbf0541 100644 --- a/swarm/swarm_at_scale/deploy-app.md +++ b/swarm/swarm_at_scale/deploy-app.md @@ -35,7 +35,7 @@ on the swarm manager instance. $ eval $(docker-machine env manager) ``` - You can create the network on a cluster node at the network is visible on + You can create the network on a cluster node and the network is visible on them all. 2. Create the `voteapp` container network. @@ -298,7 +298,7 @@ the containers at once. This extra credit In general, Compose starts services in reverse order they appear in the file. So, if you want a service to start before all the others, make it the last - service in the file. This application relies on a volume and a network, + service in the file. This application relies on a volume and a network, declare those at the bottom of the file. 3. Check your work against