docker_practice/basic_concept
Baohua Yang b5d4a05d4b Add more details to use the local repo 2014-09-23 13:14:45 +08:00
..
README.md Finish the basic version of the basic_concept chapter 2014-09-15 17:36:31 +08:00
container.md Finish the basic version of the basic_concept chapter 2014-09-15 17:36:31 +08:00
image.md Restruct and start rewring. 2014-09-15 17:08:06 +08:00
internal.md Finish the basic version of the basic_concept chapter 2014-09-15 17:36:31 +08:00
repository.md Add more details to use the local repo 2014-09-23 13:14:45 +08:00

README.md

Docker包括三个基本概念

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

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