docker运行报错启动守护进程的解决
作者:大帅说AI
docker运行报错
failed to connect to the docker API at npipe:////./pipe/dockerDesktopLinuxEngine; check if the path is correct and if the daemon is running: open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified. docker
解决办法
点击图标运行,启动守护进程

Change your Docker Desktop settings
Page options
To navigate to Settings either:Select the Docker menu whale menu and then Settings
Select the Settings icon from the Docker Desktop Dashboard.
You can also locate the settings-store.json file (or settings.json for Docker Desktop versions 4.34 and earlier) at:Mac: ~/Library/Group\ Containers/group.com.docker/settings-store.json
Windows: C:\Users[USERNAME]\AppData\Roaming\Docker\settings-store.json
Linux: ~/.docker/desktop/settings-store.json
For additional information on settings that can be set in the Docker Desktop Dashboard and by administrators via the Admin Console, see the Settings reference.
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。
