我在我的 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 处理器存在已知问题。讨论和降级说明在此处: