Update image

This commit is contained in:
khs1994
2017-12-01 17:33:05 +08:00
parent 7880173c63
commit 1aeafe53d8
2 changed files with 4 additions and 4 deletions

View File

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