docker运行报错启动守护进程的解决
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.
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。
相关文章
使用Docker Compose搭建部署ElasticSearch的配置过程
Elasticsearch使用的是一种名为倒排索引的数据结构,这一结构的设计可以允许十分快速地进行全文本搜索,本文重点给大家介绍使用Docker Compose搭建部署ElasticSearch的配置过程,感兴趣的朋友一起看看吧2022-02-02
在Docker容器中使用iptables时的最小权限的开启方法
这篇文章主要介绍了在Docker容器中使用iptables时的最小权限的开启方法的相关资料,需要的朋友可以参考下2017-01-01
使用docker在linux环境中部署springboot包的教程
这篇文章主要介绍了使用docker在linux环境中部署springboot包,本文通过图文并茂的形式给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下2021-03-03
使用Docker搭建Django,Nginx,R,Python部署环境的方法
本篇文章主要介绍了使用Docker搭建Django,Nginx,R,Python部署环境的方法,具有一定的参考价值,感兴趣的小伙伴们可以参考一下2018-02-02
docker网络,docker-compose network问题
这篇文章主要介绍了docker网络,docker-compose network问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教2024-01-01


最新评论