Skip to content

docker bug when executing docker pull fkiecad/fact_extractor #175

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

Open
BlazarKnight opened this issue Mar 9, 2025 · 1 comment
Open

Comments

@BlazarKnight
Copy link

$docker pull fkiecad/fact_extractor

Using default tag: latest
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/images/create?fromImage=fkiecad%2Ffact_extractor&tag=latest": dial unix /var/run/docker.sock: connect: permission denied

is this user error or a bug on yalls side?

@jstucke
Copy link
Collaborator

jstucke commented Mar 10, 2025

By default the user does not have the necessary rights to run containers after installing docker (or to be more precise, he does not have rights to access the docker socket usually located at /var/run/docker.sock).
See e.g. https://stackoverflow.com/questions/48957195/how-to-fix-docker-got-permission-denied-issue for information on how to fix this.

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