docker_practice/basic_concept
Kang HuaiShuai c788212aad
Use vuepress build book
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
2019-11-05 19:15:33 +08:00
..
README.md Update basic_concept 2017-12-03 10:26:28 +08:00
container.md Use vuepress build book 2019-11-05 19:15:33 +08:00
image.md Use vuepress build book 2019-11-05 19:15:33 +08:00
repository.md Use vuepress build book 2019-11-05 19:15:33 +08:00

README.md

基本概念

Docker 包括三个基本概念

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

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