Skip to content

Commit 0078fcb

Browse files
scjanejohndmulhausen
authored andcommitted
Update overview.md (docker#2554)
1 parent a75280f commit 0078fcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compose/overview.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Introduction and Overview of Compose
3-
keywords: documentation, docs, docker, compose, orchestration, containers
3+
keywords: documentation, docs, docker, compose, orchestration, containers
44
title: Overview of Docker Compose
55
---
66

@@ -44,7 +44,7 @@ A `docker-compose.yml` looks like this:
4444
logvolume01: {}
4545

4646
For more information about the Compose file, see the
47-
[Compose file reference](compose-file.md)
47+
[Compose file reference](compose-file.md).
4848

4949
Compose has commands for managing the whole lifecycle of your application:
5050

@@ -127,7 +127,7 @@ below.
127127
### Development environments
128128

129129
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
131131
line tool can be used to create the environment and interact with it.
132132

133133
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
137137
(`docker-compose up`).
138138

139139
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
141141
started guide" to a single machine readable Compose file and a few commands.
142142

143143
### Automated testing environments

0 commit comments

Comments
 (0)