docker-桌面安装后无法在 windows 10 中找到 daemon.json 文件

Cannot find the daemon.json file in windows 10 after docker-desktop installation

我使用安装程序在 windows 10 中安装了 docker-desktop。现在我想查看配置文件daemon.json。官方文档说

The default location of the configuration file on Windows is %programdata%\docker\config\daemon.json

但我找不到文件夹 %programdata%\docker.Instead,文件夹 C:\ProgramData\DockerDesktop 存在。但是里面没有 daemon.json 文件。

谁能帮我找出为什么会这样,我在哪里可以找到 daemon.json?

在我的系统上,文件位于 %userprofile%\.docker\daemon.json

右键单击任务栏中的 Docker 图标 > 单击设置 > 单击 Docker 引擎

你可以更新它,它应该可以工作。我正在使用 Docker Engine v19.03.8.

微软documentation中描述的路径C:\ProgramData\Docker\config\daemon.json是正确的,或者说也是正确的。

我认为只有在 GUI 上更改文件才会创建该文件。一旦您在 GUI 上更改它,该文件将被假设为您应用的确切内容。