Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raspberry pi docker daemon gives segmentation fault #6335

Closed
lattice0 opened this issue Nov 10, 2018 · 2 comments
Closed

raspberry pi docker daemon gives segmentation fault #6335

lattice0 opened this issue Nov 10, 2018 · 2 comments

Comments

@lattice0
Copy link

I installed docker at my raspberry pi zero w running the latest raspbian with

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

and docker-compose with

sudo pip install docker-compose

When I run docker-compose in my raspberry:


    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.

When I do sudo dockerd:

    sudo dockerd
    Segmentation fault

It seems that the docker daemon is not working because of the Segmentation Fault. What should I do?

sudo dockerd

gives me

Segmentation fault

so my problem is that the docker daemon isn't running, but I don't know what I should do

@thaJeztah
Copy link
Member

ping @seemethere

@thaJeztah
Copy link
Member

Given that this is an issue with the docker daemon packages, not docker compose, let me close this issue in favor of moby/moby#38175 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants