docker_practice/basic_concept
Baohua Yang fc7aa02f50 Finish the basic version of the basic_concept chapter 2014-09-15 17:36:31 +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 Finish the basic version of the basic_concept chapter 2014-09-15 17:36:31 +08:00

README.md

Docker包括三个基本概念

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

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