abiosoft / abiosoft/colima

Python Docker SDK cannot create client from_env

Đang mở
#468 8 bình luận 5 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Go
Star
30.8k
Fork
613
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### 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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.