我们可以利用docker images 查看本地镜像信息,方便我们使用
[root@docker ~]# docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
docker.io/ubuntu latest af88597ec24b 39 hours ago 187.9 MB
[root@docker ~]#
列出的信息有 镜像名、标签、镜像id、创建的时间、 大小。