Use "Docker Compose" as the name of the product consistently
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
6c8754131d
commit
f15254ea1b
12
README.md
12
README.md
@ -3,25 +3,25 @@
|
|||||||
![logo](awesome-compose.jpg)
|
![logo](awesome-compose.jpg)
|
||||||
|
|
||||||
> A curated list of Docker Compose samples.
|
> 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
|
## Getting started
|
||||||
|
|
||||||
These instructions will get you through the bootstrap phase of creating and
|
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
|
### Prerequisites
|
||||||
|
|
||||||
* Make sure that you have Docker and docker-compose installed
|
* Make sure that you have Docker and Docker Compose installed
|
||||||
* Windows or macOS:
|
* Windows or macOS:
|
||||||
[Install Docker Desktop](https://www.docker.com/get-started)
|
[Install Docker Desktop](https://www.docker.com/get-started)
|
||||||
* Linux: [Install Docker](https://www.docker.com/get-started) and then
|
* 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
|
* Download some or all of the samples in the `samples` directory
|
||||||
|
|
||||||
### Running a sample
|
### 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
|
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:
|
a local environment by going into the root directory of each one and executing:
|
||||||
|
|
||||||
@ -74,5 +74,5 @@ docker-compose down
|
|||||||
|
|
||||||
## Contribute
|
## 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.
|
common applications.
|
||||||
|
Loading…
Reference in New Issue
Block a user