[root@localhost ~]# docker p_w_picpaths
REPOSITORY          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
ubuntu                    latest              04c5d3b7b065        12 days ago         192.7 MB

    对于本地的镜像都保存在Docker宿主机的/var/lib/docker目录下。每个镜像都保存在Docker所采用的存储驱动目录下面,如aufs或者devicemapper.也可以在/var/lib/docker/containers目录下看到所有容器

    镜像从仓库下载下来。镜像保存在仓库中,而仓库存在于Registry中。默认的Registry是同Docker公司运营的公共registry服务,即Docker Hub.

    在Docker Hub中,镜像是保存在仓库中的。它包括镜像、层以及关于镜像的元数据。

     每个镜像仓库都可以存放很多镜像。我们可以使用下面命令拉取ubuntu仓库中的所有内容

[root@localhost ~]# docker pull ubuntu
Pulling repository ubuntu
04c5d3b7b065: Download complete
04c5d3b7b065: Pulling p_w_picpath (latest) from ubuntu
511136ea3c5a: Download complete
c7b7c6419568: Download complete
70c8faa62a44: Download complete
Status: Image is up to date for ubuntu:latest