1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

update docs/introduction/understanding-docker.md

Signed-off-by: Jeremy Qian <vanpire110@163.com>
This commit is contained in:
Jeremy Qian 2015-11-21 10:39:46 +08:00
parent afe6c1f30c
commit f5343a039b

View file

@ -13,7 +13,7 @@ parent = "mn_use_docker"
Docker is an open platform for developing, shipping, and running applications.
Docker is designed to deliver your applications faster. With Docker you can
separate your applications from your infrastructure AND treat your
separate your applications from your infrastructure and treat your
infrastructure like a managed application. Docker helps you ship code faster,
test faster, deploy faster, and shorten the cycle between writing code and
running code.
@ -34,7 +34,7 @@ help you in several ways:
* distributing and shipping those containers to your teams for further development
and testing
* deploying those applications to your production environment,
whether it be in a local data center or the Cloud.
whether it is in a local data center or the Cloud.
## What can I use Docker for?