Use "Docker Compose" as the name of the product consistently

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2020-03-20 17:09:43 +00:00
parent 6c8754131d
commit f15254ea1b
No known key found for this signature in database
GPG Key ID: 2D9CA5D475D0EE4E
1 changed files with 6 additions and 6 deletions

View File

@ -3,25 +3,25 @@
![logo](awesome-compose.jpg)
> A curated list of Docker Compose samples.
These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with docker-compose.
These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose.
## Getting started
These instructions will get you through the bootstrap phase of creating and
deploying samples of containerized applications with docker-compose.
deploying samples of containerized applications with Docker Compose.
### Prerequisites
* Make sure that you have Docker and docker-compose installed
* Make sure that you have Docker and Docker Compose installed
* Windows or macOS:
[Install Docker Desktop](https://www.docker.com/get-started)
* Linux: [Install Docker](https://www.docker.com/get-started) and then
[docker-compose](https://github.com/docker/compose)
[Docker Compose](https://github.com/docker/compose)
* Download some or all of the samples in the `samples` directory
### Running a sample
The root directory of each sample contains the docker-compose.yaml which
The root directory of each sample contains the `docker-compose.yaml` which
describes the configuration of service components. All samples can be run in
a local environment by going into the root directory of each one and executing:
@ -74,5 +74,5 @@ docker-compose down
## Contribute
We welcome examples that help people understand how to use docker-compose for
We welcome examples that help people understand how to use Docker Compose for
common applications.