错误:无法通过 http+docker://localhost 连接到 Docker 守护进程 + Docker 守护进程上出现分段错误

错误:无法通过 http+docker://localhost 连接到 Docker 守护进程 + Docker 守护进程上出现分段错误

我在我的 raspberry pi zero 上安装了 docker,运行的是最新的 raspbian

curl -sSL https://get.docker.com | sh

和 docker-compose 一起

sudo pip install docker-compose

当我在树莓派中运行 docker-compose 时:

sudo docker-compose up
ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.

当我做sudo dockerd

sudo dockerd
Segmentation fault

看来由于 Segmentation Fault,docker 守护进程无法正常工作。我该怎么办?

答案1

看起来 18.09 和 ARMv6 处理器存在已知问题。讨论和降级说明在此处:

https://github.com/moby/moby/issues/38175

相关内容