mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-10-16 04:01:57 +00:00
Update image
This commit is contained in:
@@ -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,因为它们对应的是同一个镜像。
|
||||
|
||||
|
Reference in New Issue
Block a user