aiidalab / aiidalab/aiidalab-launch

AiiDAlab launch sometimes fails to communicate with Docker client.

Open
#213 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
7
Forks
4
PR merge metrics
No merged PRs in 30d

Description

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()`:

```python
import docker
docker.from_env()
```

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.