浏览代码

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 <[email protected]>
Aanand Prasad 10 年之前
父节点
当前提交
b25ed59b1c
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      docs/index.md

+ 3 - 2
docs/index.md

@@ -11,8 +11,9 @@ With Compose, you can build clusters of containers which provide the resources
 application.
 
 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
-deploy code to production.
+remote server, including cloud-based instances - anywhere a Docker daemon can
+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.