docker_practice/basic_concept
Tao Wang ef65832291
Fix basic concept chapter's typo, make it clearer
Signed-off-by: Tao Wang <twang2218@gmail.com>
2017-02-16 14:11:24 +11:00
..
README.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
container.md 修改一些笔误 2016-11-08 08:57:30 +11:00
image.md 修改一些笔误 2016-11-08 08:57:30 +11:00
repository.md Fix basic concept chapter's typo, make it clearer 2017-02-16 14:11:24 +11:00

README.md

基本概念

Docker 包括三个基本概念

  • 镜像Image
  • 容器Container
  • 仓库Repository

理解了这三个概念,就理解了 Docker 的整个生命周期。