Fix issue#20, format following the guidelines

This commit is contained in:
Baohua Yang
2014-10-14 13:25:01 +08:00
parent 9d26f96ba2
commit cb903202ba
81 changed files with 682 additions and 679 deletions

View File

@@ -1,8 +1,8 @@
# 基本概念
Docker包括三个基本概念
Docker 包括三个基本概念
* 镜像Image
* 容器Container
* 仓库Repository
理解了这三个概念就理解了Docker的整个生命周期。
理解了这三个概念,就理解了 Docker 的整个生命周期。