Update format

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
Kang Huaishuai
2021-03-07 23:51:02 +08:00
parent ce48a157d5
commit 8dd3141c57
2 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
# 基本概念
Docker 包括三个基本概念
* 镜像`Image`
* 容器`Container`
* 仓库`Repository`
**Docker** 包括三个基本概念
* **镜像**`Image`
* **容器**`Container`
* **仓库**`Repository`
理解了这三个概念就理解了 Docker 的整个生命周期
理解了这三个概念就理解了 **Docker** 的整个生命周期