docker_practice/basic_concept
Baohua Yang 25c95840bf review the content 2014-09-26 14:08:26 +08:00
..
README.md Finish the basic version of the basic_concept chapter 2014-09-15 17:36:31 +08:00
container.md review the content 2014-09-26 14:08:26 +08:00
image.md Restruct and start rewring. 2014-09-15 17:08:06 +08:00
internal.md Use Docker instead of docker 2014-09-25 17:06:32 +08:00
repository.md review the content 2014-09-26 14:08:26 +08:00

README.md

Docker包括三个基本概念

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

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