docker_practice/basic_concept
Baohua Yang 16527880fb minor fix space; delete useless file 2014-10-21 13:59:03 +08:00
..
README.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
container.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
image.md minor fix space; delete useless file 2014-10-21 13:59:03 +08:00
repository.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00

README.md

基本概念

Docker 包括三个基本概念

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

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