-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Containers crash with error EOF #710
Comments
I've been running into similar issues, just on x86 - I solved it by adding more CPU, memory and disk space for the VM running colima |
I have the same issue, the container don't crash, just docker docker can't connect,
|
We recently had the class of problem described in the original issue here, where docker would get an EOF from Colima. It turned out that our code had created dozens of docker api connections and not closed them. Colima has some kind of limit, where it stops responding after that and does not proxy the docker API call inside the VM.. You can see if this is your problem like this: |
thanks for the suggestion. In my case, |
That fixed it for me, also. Did something change requiring that? |
Same here, used Colima for a while now but never had this issue before today. |
Same here as well, colima hung after upgrade and chmod fixed for me. |
Just jumping in here to give this a bump - we had this issue on an M3 machine in our org for a while now, and running this solved it. Would love to know the root cause of why this is happening, but this helps a lot regardless. |
That did not work for me running on M3. I wonder what was the background behind this solution. |
I tried that chmod trick and it worked for me, but I had to do it on every restart. This did not use to be required. I also wonder what is the context on this issue, requiring that change. |
Installing |
@igor-petrik-invitae that must've been a coincidence. There is no tangible difference between the current |
It seems like installing |
This is happening to me also. What is the latest situation on this topic? Should Colima be updated to latest version or what is the permanent fix for that bug? |
I am trying to get a vm for Mac OS m1 using Colima to get oracle db installed. |
Description
When running multiple containers using colima, sometimes they are terminated suddenly with following EOF errors:
Following is similar errors which also happen before the containers stop suddenly:
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
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
Expected behaviour
containers can run as usual and not stopped suddenly
Additional context
No response
The text was updated successfully, but these errors were encountered: