mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-03 01:17:42 +08:00
190 B
190 B
基本概念
Docker 包括三個基本概念
- 鏡像(Image)
- 容器(Container)
- 倉庫(Repository)
理解了這三個概念,就理解了 Docker 的整個生命週期。