Update basic_concept

This commit is contained in:
khs1994
2017-12-03 10:26:28 +08:00
parent 6886790a18
commit 5ff464fc96
4 changed files with 11 additions and 12 deletions

View File

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