Skip to content

Commit

Permalink
Merge pull request docker#22 from NotUnlikeTheWaves/patch-1
Browse files Browse the repository at this point in the history
Minor text tweaks in docker compose chapter
  • Loading branch information
mikesir87 authored May 5, 2020
2 parents cd4e0fc + 38c2276 commit b9fe2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/using-docker-compose/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ So, how do we get started?

## Installing Docker Compose

Since you installed Docker Desktop/Toolbox for either Windows or Mac, you already have Docker Compose!
If you installed Docker Desktop/Toolbox for either Windows or Mac, you already have Docker Compose!
Play-with-Docker instances already have Docker Compose installed as well. If you are on
a Linux machine, you will need to install Docker Compose using
[the instructions here](https://docs.docker.com/compose/install/).
Expand Down Expand Up @@ -317,7 +317,7 @@ for the entire app. The containers will stop and the network will be removed.
By default, named volumes in your compose file are NOT removed when running `docker-compose down`. If you want to
remove the volumes, you will need to add the `--volumes` flag.

The Docker Dashboard does _not_ remove volumes when delete the app stack.
The Docker Dashboard does _not_ remove volumes when you delete the app stack.

Once torn down, you can switch to another project, run `docker-compose up` and be ready to contribute to that project! It really
doesn't get much simpler than that!
Expand Down

0 comments on commit b9fe2cd

Please sign in to comment.