惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
IT之家
IT之家
月光博客
月光博客
U
Unit 42
K
Kaspersky official blog
T
Threatpost
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
GbyAI
GbyAI
P
Proofpoint News Feed
Last Week in AI
Last Week in AI
云风的 BLOG
云风的 BLOG
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
Engineering at Meta
Engineering at Meta
Recorded Future
Recorded Future
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security @ Cisco Blogs
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Security Archives - TechRepublic
Security Archives - TechRepublic
Webroot Blog
Webroot Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Schneier on Security
S
Secure Thoughts
The Register - Security
The Register - Security
B
Blog RSS Feed
The Last Watchdog
The Last Watchdog
P
Palo Alto Networks Blog
爱范儿
爱范儿
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
L
LINUX DO - 热门话题
C
Cisco Blogs
Spread Privacy
Spread Privacy
F
Full Disclosure
博客园 - 聂微东
T
The Blog of Author Tim Ferriss

博客园 - 阿炬

Claude Code 老是提示找不到文件的解决方案 目标设定与积极反馈:如何通过小目标激励自己 阿布思考法 amis中月份选择组件,如何设定值为月末最后一天 win11环境下执行yarn build,提示:'mv' 不是内部或外部命令,也不是可运行的程序 如何在关闭远程桌面后继续自动化程序 Visual Studo for Mac 快捷键 取消api返回结果中data对象默认Json首字母小写 Pega里Flow图元 NPOI导入sheet,并复制多行数据 用PC windows作为Mac macos的扩展屏 能改变你一生的顶级逻辑层次 《从偶然到必然》思维导图第1、2章 macbook m1 无法启动mysql服务,提示Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ mac VS提示 SDK package not found "Microsoft.NET.SDK 解决方法 MacOS Monterey 一键重置系统 macbook m1 键盘进灰导致个别按键不灵敏解决方法 DataGrip连接sqlserver,提示驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接的解决方法 .net6环境下RestSharp获取gbk网页乱码的解决方案 macbook air m1笔记本使用体验和心得(01)
解决Mac下ERROR: Cannot connect to the Docker daemon at unix:///Users/qq/.orbstack/run/docker.sock. Is the docker daemon running?
阿炬 · 2023-05-14 · via 博客园 - 阿炬

在Mac系统的中, 如果实际已经安装docker并且已经启动了. 但执行 docker info 时 报错:

ERROR: Cannot connect to the Docker daemon at unix:///Users/qq/.orbstack/run/docker.sock. Is the docker daemon running?

这有可能是由于安装的是 docker Desktop, 它的docker.sock文件是在 ~/.docker/run/docker.sock 位置.

只需要将执行下面的命令将该文件软链到~/.orbstack/run/docker.sock 即可.

执行命令: sudo ln -s ~/.docker/run/docker.sock ~/.orbstack/run/docker.sock

posted @ 2023-05-14 00:38  阿炬  阅读(5540)  评论(0)    收藏  举报