docker_practice/basic_concept
Baohua Yang 06b9651af9 Add more details to help understand repo and registry 2014-10-03 11:41:22 +08:00
..
README.md minor change to expression; unify the term and formatting 2014-09-26 16:05:13 +08:00
container.md Add more details to help understand repo and registry 2014-10-03 11:41:22 +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 Add more details to help understand repo and registry 2014-10-03 11:41:22 +08:00

README.md

基本概念

Docker包括三个基本概念

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

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