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

AiiDAlab launch sometimes fails to communicate with Docker client. #213

Open
yakutovicha opened this issue May 29, 2024 · 1 comment
Open

Comments

@yakutovicha
Copy link
Member

The problem appears with the latest versions of the Docker desktop.

To fix one should go to advanced settings and check the case: “Allow the default Docker socket to be used (requires password)”. This action will create a socket file at /var/run/docker.sock.

The actual function that raises the error is docker.from_env():

import docker
docker.from_env()

The problem should be fixed upstream, but I wanted to report it here.

@yakutovicha
Copy link
Member Author

Seems to be reported: docker/docker-py#3219

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

1 participant