docker-images - Docker for Windows docker pull 镜像到哪里去了
天蓬老师
天蓬老师 2017-04-25 09:01:57
0
3
1000

window10 环境下

安装的 Docker for Windows

docker pull registry 后 image 文件到哪里去了呀,想找到该 image 目录

或者 如何 设置 docker pull 的的存放目录呢

因为随着时间长了 , C盘的 容量越来越小了

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(3)
迷茫

Docker on Windows essentially creates a Linux virtual machine with the help of hyper-v on the Windows platform. All commands you execute are executed in this virtual machine. All images pulled to the local area will be in the Virtual hard of the virtual machine. Among the files in the disks directory, this file is the virtual hard disk file (somewhat similar to the principle of vmware).
So when you open the hyper-v manager, you can find the virtual machine created by docker, click the virtual machine name on the left, then click the move option on the right, and follow the wizard to move the virtual machine to another directory.
You can also click: Operation->Hyper-v Settings in the menu bar to adjust the default storage location of the virtual hard disk files of all your virtual machines.

左手右手慢动作

My win 10 x64 (using Docker for windows, Hyper-V) C:UsersPublicDocumentsHyper-VVirtual hard disks has two files, which add up to more than 10G.

迷茫

The docker pull storage directory for windows containers under win10 should be C:ProgramDataDockerwindowsfilter

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!