docker_practice/basic_concept
Baohua Yang 28cfc39b9c Update repository.md 2016-11-13 23:01:25 +08: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 Update repository.md 2016-11-13 23:01:25 +08:00

README.md

基本概念

Docker 包括三个基本概念

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

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