mirror of https://github.com/docker/docs.git
Improve grammar
This commit is contained in:
parent
67be573f69
commit
a931764c48
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue