Tweak intro

We shouldn't yet be recommending production use - for now, let's continue to emphasise the development use case and mention staging/CI.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-02-05 16:16:11 -05:00
parent eabca3d7b7
commit b25ed59b1c
1 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,9 @@ With Compose, you can build clusters of containers which provide the resources
application. application.
You can use Compose to build your app with containers hosted locally, or on a You can use Compose to build your app with containers hosted locally, or on a
remote server, including cloud-based instances. Compose can also be used to remote server, including cloud-based instances - anywhere a Docker daemon can
deploy code to production. run. Its primary use case is for development environments, but it can be used
just as easily for staging or CI.
Using Compose is basically a three-step process. Using Compose is basically a three-step process.