mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 04:03:39 +00:00
.. | ||
container.md | ||
image.md | ||
internal.md | ||
README.md | ||
repository.md |
Docker包括三个基本概念
- 镜像(Image)
- 容器(Container)
- 仓库(Repository)
理解了这三个概念,就理解了Docker的整个生命周期。