Update intro docs based on feedback.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
db3b90b84e
commit
d9bc91b7cc
3 changed files with 147 additions and 114 deletions
|
|
@ -2,8 +2,6 @@ Docker Compose
|
|||
==============
|
||||

|
||||
|
||||
*(Previously known as Fig)*
|
||||
|
||||
Compose is a tool for defining and running multi-container Docker applications.
|
||||
With Compose, you define a multi-container application in a compose
|
||||
file then, using a single command, you create and start all the containers
|
||||
|
|
@ -36,7 +34,7 @@ A `docker-compose.yml` looks like this:
|
|||
image: redis
|
||||
|
||||
For more information about the Compose file, see the
|
||||
[Compose file reference](docs/yml.md)
|
||||
[Compose file reference](docs/compose-file.md)
|
||||
|
||||
Compose has commands for managing the whole lifecycle of your application:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue