Podman on mac error : connect: no such file or directory
Podman on mac error : connect: no such file or directory
使用 brew
为 mac 安装了 Podman
brew install podman
它已成功安装,但是如果您尝试将它与
之类的东西一起使用
podman images
我收到以下错误
Error: Get "http://d/v2.0.0/libpod/_ping": dial unix ///var/folders/x2/j64rkhwn7gvghnmcz2h_nh080000gn/T/podman-run--1/podman/podman.sock: connect: no such file or directory
似乎无法在文档中找到解决方案,有没有人有同样的问题和任何解决方案?
您首先需要运行:
podman machine init
podman machine start
在“安全与隐私”首选项的“防火墙”面板中
- 允许“podman-remote”接受传入的网络连接,一般位于
/usr/local/bin/podman-remote
- 允许“gvproxy”接受传入的网络连接,通常位于
/usr/local/Cellar/podman/$PODMAN_VERSION/libexec/gvproxy
使用 brew
为 mac 安装了 Podmanbrew install podman
它已成功安装,但是如果您尝试将它与
之类的东西一起使用podman images
我收到以下错误
Error: Get "http://d/v2.0.0/libpod/_ping": dial unix ///var/folders/x2/j64rkhwn7gvghnmcz2h_nh080000gn/T/podman-run--1/podman/podman.sock: connect: no such file or directory
似乎无法在文档中找到解决方案,有没有人有同样的问题和任何解决方案?
您首先需要运行:
podman machine init
podman machine start
在“安全与隐私”首选项的“防火墙”面板中
- 允许“podman-remote”接受传入的网络连接,一般位于
/usr/local/bin/podman-remote
- 允许“gvproxy”接受传入的网络连接,通常位于
/usr/local/Cellar/podman/$PODMAN_VERSION/libexec/gvproxy