Merge pull request #1459 from bfirsh/update-description

Update description of Compose
This commit is contained in:
Aanand Prasad 2015-05-26 15:57:26 +01:00
commit 276fee105b
3 changed files with 10 additions and 11 deletions

View File

@ -2,10 +2,10 @@ Docker Compose
==============
*(Previously known as Fig)*
Compose is a tool for defining and running complex applications with Docker.
With Compose, you define a multi-container application in a single file, then
spin your application up in a single command which does everything that needs to
be done to get it running.
Compose is a tool for defining and running multi-container applications with
Docker. With Compose, you define a multi-container application in a single
file, then spin your application up in a single command which does everything
that needs to be done to get it running.
Compose is great for development environments, staging servers, and CI. We don't
recommend that you use it in production yet.
@ -50,4 +50,3 @@ Contributing
[![Build Status](http://jenkins.dockerproject.com/buildStatus/icon?job=Compose Master)](http://jenkins.dockerproject.com/job/Compose%20Master/)
Want to help build Compose? Check out our [contributing documentation](https://github.com/docker/compose/blob/master/CONTRIBUTING.md).

View File

@ -72,7 +72,7 @@ def parse_doc_section(name, source):
class TopLevelCommand(Command):
"""Fast, isolated development environments using Docker.
"""Define and run multi-container applications with Docker.
Usage:
docker-compose [options] [COMMAND] [ARGS...]

View File

@ -7,10 +7,10 @@ page_keywords: documentation, docs, docker, compose, orchestration, containers
## Overview
Compose is a tool for defining and running complex applications with Docker.
With Compose, you define a multi-container application in a single file, then
spin your application up in a single command which does everything that needs to
be done to get it running.
Compose is a tool for defining and running multi-container applications with
Docker. With Compose, you define a multi-container application in a single
file, then spin your application up in a single command which does everything
that needs to be done to get it running.
Compose is great for development environments, staging servers, and CI. We don't
recommend that you use it in production yet.