本文介绍了当我们在 Windows 中使用 docker 镜像和容器时,它存储在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

注意:我对 Windows 和 Docker 都非常陌生

NOTE: Am super new to both Windows and Docker

我一直在使用的教程说,如果我们使用 Linux,它们位于 /var/lib/docker/containers 下,但我似乎在我的 Windows 机器上找不到.

The tutorial I've been using says that they are under /var/lib/docker/containers if we're using Linux, but I can't seem to find that on my Windows machine.

谢谢!

推荐答案

进入docker-machine with

Enter docker-machine with

docker-machine ssh

在那里你应该找到你的容器.

there you should find your containers.

sudo ls /var/lib/docker/containers

这篇关于当我们在 Windows 中使用 docker 镜像和容器时,它存储在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 08:01
查看更多