1
1
---
2
2
description : Introduction and Overview of Compose
3
- keywords : documentation, docs, docker, compose, orchestration, containers
3
+ keywords : documentation, docs, docker, compose, orchestration, containers
4
4
title : Overview of Docker Compose
5
5
---
6
6
@@ -44,7 +44,7 @@ A `docker-compose.yml` looks like this:
44
44
logvolume01: {}
45
45
46
46
For more information about the Compose file, see the
47
- [ Compose file reference] ( compose-file.md )
47
+ [ Compose file reference] ( compose-file.md ) .
48
48
49
49
Compose has commands for managing the whole lifecycle of your application:
50
50
@@ -127,7 +127,7 @@ below.
127
127
### Development environments
128
128
129
129
When you're developing software, the ability to run an application in an
130
- isolated environment and interact with it is crucial. The Compose command
130
+ isolated environment and interact with it is crucial. The Compose command
131
131
line tool can be used to create the environment and interact with it.
132
132
133
133
The [ Compose file] ( compose-file.md ) provides a way to document and configure
@@ -137,7 +137,7 @@ and start one or more containers for each dependency with a single command
137
137
(` docker-compose up ` ).
138
138
139
139
Together, these features provide a convenient way for developers to get
140
- started on a project. Compose can reduce a multi-page "developer getting
140
+ started on a project. Compose can reduce a multi-page "developer getting
141
141
started guide" to a single machine readable Compose file and a few commands.
142
142
143
143
### Automated testing environments
0 commit comments