我在Windows 10上安装了docker,然后创建了一些映像。
REPOSITORY TAG IMAGE ID CREATED SIZE
hello-world latest 2cb0d9787c4d 3 weeks ago 1.85kB
然后,我使用连接到docker-machine create
驱动程序的hyperv
创建了我的第一台计算机。
所以当我做docker images
时,我得到:
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
我的问题是如何重新连接到默认的Docker引擎,因此如果运行docker images
,我会得到:
REPOSITORY TAG IMAGE ID CREATED SIZE
hello-world latest 2cb0d9787c4d 3 weeks ago 1.85kB
答案 0 :(得分:0)
尝试用image
代替images
docker image list
这两个图像(即一个图像/多个图像)似乎有些不一致。尽管人们期望输出是相同的,但差异很小。