abiosoft / abiosoft/colima

Python Docker SDK cannot create client from_env

未关闭
#468 8 条评论 5 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Go
星标
30.8k
派生
613
PR 合并指标
30 天内没有已合并 PR

描述

### Description

After switching from Docker Desktop to Colima, tooling written in Python which creates a Docker client using [from_env()](https://docker-py.readthedocs.io/en/stable/client.html#docker.client.from_env) fails with the following error:

```shell
Error connecting to Docker: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
```

### Version

Colima Version: 0.4.6
Lima Version: 0.13.0
Qemu Version: 7.1.0

### Operating System

- [X] macOS Intel
- [ ] macOS M1
- [ ] Linux

### Reproduction Steps

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

### Expected behaviour

Client is an instantiated Docker client object.

### Additional context

I understand that this is probably not your concern given it is the official Docker Engine SDK that is breaking.

However, given Colima is designed to be an alternative way of running Docker on your workstation it would be great to have a workaround so it can continue to work as a drop-in replacement for Docker Desktop.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。