提交 037b8317 编写于 作者: S Sercan Özdemir 提交者: GitHub

update docker info

上级 4415faef
......@@ -53,6 +53,10 @@ Then you can run it as a daemon:
To set an external mongodb which is required for meteor to work, you can set ```MONGO_URL``` environment variable. Otherwise mongoclient will install mongodb to container and use it.
To persist your connections and settings simply bind ```/data/db``` directory to your local machine as below.
```docker run -d -p 3000:3000 -v /home/sercan/mongoclient_data/:/data/db mongoclient/mongoclient```
## Cloud Foundry
You can optionally push the Mongoclient to the CloudFoundry
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册