mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
* remove dtr * add ghcr.io Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
基本概念
Docker 包括三个基本概念
- 镜像(
Image) - 容器(
Container) - 仓库(
Repository)
理解了这三个概念,就理解了 Docker 的整个生命周期。