在 Windows 操作系统中,Docker Desktop 的配置文件位于C:\ProgramData\Docker\config\daemon.json。 打开daemon.json文件,并找到"data-root"键的值。 将该值修改为你想要的存储地址。例如,如果你想将存储地址修改为D:\docker,则将"data-root"的值修改为"D:\\docker"。 保存并关闭daemon.json文件。 步骤5: 重启...
Docker Desktop默认的文件都存在C盘下,在C盘空间不够的情况下可以通过设置里的Disk image location选项将虚拟磁盘移到东其它盘去; 今天在修改这个选项时,发现无论怎么修改再重新进设置它都又变回去了; image.png 解决方案 检查设置发现是因为Docker引擎用的是Hyper-V,不是WSL2; 将设置中的虚拟机引擎切换为使用WSL2...
--windows-containers-default-data-root=<path>: Specifies the default location for the Windows containers. --wsl-default-data-root=<path>: Specifies the default location for the WSL distribution disk. --always-run-service: After installation completes, startscom.docker.serviceand sets the service ...
网上找到的方法除了上面设置界面操作的方法外,另外有2种: 第一种方法: 创建目录链接方式,操作命令如下 mklink /j "C:\ProgramData\DockerDesktop\vm-data" "D:\ProgramData\DockerDesktop\vm-data"这样操作安装 Docker Desktop 时会报错。 第二种方法:在配置文件或者如下图所示位置配置容器存放目录;具体参...
在系统托盘中找到 Docker Desktop 图标,右键单击并选择“Settings”。 在左侧导航栏中选择“Resources”选项卡。 找到“Disk image location”选项,并点击它右侧的“Edit”按钮。 在打开的对话框中输入 D 盘的路径,例如D:\Docker\disk。 点击“Apply & Restart” 按钮保存更改并重启 Docker Desktop。
在上面的示例中,我们将文件存储路径设置为D:\DockerData。保存修改后,重启 Docker Desktop 生效。 方法二:通过 GUI 界面 打开Docker Desktop 应用程序。 点击左上角的 Docker 图标,选择Settings。 在弹出的设置界面中,选择Resources->Advanced。 在Disk Image Location中选择新的文件存储路径。
docker切换模式后,设置中会出现 docker还有一些本身的应用程序文件在C盘,但尝试移动过,直接启动失败,...
--installation-dir=<path>: Changes the default installation location (C:\Program Files\Docker\Docker) --admin-settings: Automatically creates anadmin-settings.jsonfile which is used by admins to control certain Docker Desktop settings on client machines within their organization. For more information...
docker-desktop I stopped docker and I backed these up and moved both to drive Z: (an SSD) using wsl export/import. However each time I start docker desktop, it deletes Z:\docker-desktop\ext4.vhdx and re-creates it as C:\Users\${USER}\AppData\Local\Docker\wsl\distro\ext4.vhdx It ...
\wsl$\docker-desktop-data\version-pack-data\community\docker\ into File Explorer, and then drill down to “volumes” where I can find my named volume there. –It works for me, I am not sure if it works elsewhere… I have done a blog on it: ...