Fix format and update outdate content

This commit is contained in:
khs1994
2019-03-08 12:21:07 +08:00
parent 6a97772e79
commit c446640591
13 changed files with 40 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ ubuntu latest f753707788c5 4 weeks ago
列表包含了 `仓库名``标签``镜像 ID``创建时间` 以及 `所占用的空间`
其中仓库名、标签在之前的基础概念章节已经介绍过了。**镜像 ID** 则是镜像的唯一标识,一个镜像可以对应多个**标签**。因此,在上面的例子中,我们可以看到 `ubuntu:18.04``ubuntu:latest` 拥有相同的 ID因为它们对应的是同一个镜像。
其中仓库名、标签在之前的基础概念章节已经介绍过了。**镜像 ID** 则是镜像的唯一标识,一个镜像可以对应多个 **标签**。因此,在上面的例子中,我们可以看到 `ubuntu:18.04``ubuntu:latest` 拥有相同的 ID因为它们对应的是同一个镜像。
### 镜像体积