-
Notifications
You must be signed in to change notification settings - Fork 20
Error while running a docker container: shim error: open pid: no such file or directory #87
Comments
No, this looks like an issue with cgroup settings in systemd. I have been following bug reports for that in both systemd & docker. (there are workarounds listed upstream). Either way, this is not KaOS but upstream. Not sure what the course needs to be, adjust systemd or wait/see when docker gets ready. |
Opted for reverting the cgroup change in systemd. Patched systemd is up in [build], please note if that fixes this for you.
|
It's not reporting the original error, but docker client doesn't seem to be able to communicate with the daemon even though docker service is up and running.
|
Sorry, this does not seem to be a docker issue but your used image. Internet shows many places alpine does not use bash as default. |
You are right about missing Anyways, I was able to get docker working after building it from git. So the modified |
Nope, I can reproduce now. Docker runs and can do some commands, but to make it actually work it fails with pid errors. |
Yes, I got git versions of all 3 components: |
Submission type
Package name & version you are having issues with or have a request for
Used repositories
Expected behaviour
Actual behaviour
Steps to reproduce the problem
System info link created by Octopi > Tools > SysInfo
Additional Information
I believe this error was previously resolved by building runc using a specific commit
moby/moby#23958
The text was updated successfully, but these errors were encountered: