aiidalab / aiidalab/aiidalab-launch

AiiDAlab launch sometimes fails to communicate with Docker client.

未關閉
#213 1 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
7
分支
4
PR 合併指標
30 天內沒有已合併 PR

描述

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.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。