Containers crash with error EOF
- Dominant language
- Go
- Stars
- 30.8k
- Forks
- 613
- PR merge metrics
- No merged PRs in 30d
Description
### Description
When running multiple containers using colima, sometimes they are terminated suddenly with following EOF errors:
```
error during connect: Get "http://%2FUsers%2Fuser%2F.colima%2Fdefault%2Fdocker.sock/v1.24/containers/7a/json": EOF
```
Following is similar errors which also happen before the containers stop suddenly:
```
Unexpected EOF
```
The issue happens intermittently, but seems more frequent when running several containers (>10) at the same time.
### Version
Colima Version: 0.5.4
Lima Version: 0.15.1
Qemu Version: 8.0.0
### Operating System
- [ ] macOS Intel <= 12 (Monterrey)
- [ ] macOS Intel >= 13 (Ventura)
- [X] macOS M1 <= 12 (Monterrey)
- [ ] macOS M1 >= 13 (Ventura)
- [ ] Linux
### Output of `colima status`
INFO[0000] colima is running using QEMU
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: sshfs
INFO[0000] socket: unix:///Users/user/.colima/default/docker.sock
### Reproduction Steps
1. Run several docker images as containers
2. Wait for few minutes
3. Some containers are suddenly stopped with EOF error
### Expected behaviour
containers can run as usual and not stopped suddenly
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.