docker_practice/basic_concept
khs1994 c446640591
Fix format and update outdate content
2019-03-08 12:21:07 +08:00
..
README.md Update basic_concept 2017-12-03 10:26:28 +08:00
container.md Fix format and update outdate content 2019-03-08 12:21:07 +08:00
image.md Update ubuntu version to 18.04 2018-12-08 21:48:16 +08:00
repository.md Fix format and update outdate content 2019-03-08 12:21:07 +08:00

README.md

基本概念

Docker 包括三个基本概念

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

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