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如何删除<none>/dangling/悬空镜像
这篇文章主要介绍了docker如何删除<none>/dangling/悬空镜像问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教2023-11-11
Docker 部署分布式搜索引擎 Elastic Search的详细过程
Elasticsearch是一款非常强大的开源搜索引擎,具备非常多强大功能,可以帮助我们从海量数据中快速找到需要的内容,这篇文章主要介绍了Docker 部署分布式搜索引擎 Elastic Search,需要的朋友可以参考下2023-02-02
docker部署elasticsearch和xpack密码的详细过程
本文主要介绍在docker环境下如何快速部署elasticsearch单机版本和集群版本,和增加xpack简单用户名密码配置,文中有相关的代码示例供大家参考,需要的朋友可以参考下2024-01-01
Dockerfile中将多行配置、脚本写入文件的4种实用方法
本文总结了Dockerfile中将多行配置、脚本写入文件的4种实用写法,重点介绍了在旧版Docker不支持heredoc语法的问题,并基于实测提供了可直接复制的稳定示例,需要的朋友可以参考下2026-04-04
docker+jenkins+gitee配置持续集成部署方式
这篇文章主要介绍了docker+jenkins+gitee配置持续集成部署方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教2023-09-09


最新评论