Replies: 1 comment
-
I have resolved this issue on my own by reinstalling Docker Engine on my machine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to get this error resolved and have searched the internet with no resolution. I have docker compose which use a dev container with Mongo DB. I can't get the dev container to build or run. I keep getting the following error:
OCI runtime create failed: runc create failed: unable to start container process: can't get final child's PID from pipe: EOF
Note: This only occurs when using docker compose with the dev containers. All my other dev containers work just fine.
I am running Mac OS Sononma 14.6.1 (Intel i9), Docker Desktop Version 4.34.0.
My file can be find here - https://github.com/Quart-Addons/quart-mongo/tree/main/.devcontainer
Any help resolve this issue would be greatly appreciated, since google didn't help. Also, I can't other docker compose dev containers to work either.
Thank you in advance for the help!
Beta Was this translation helpful? Give feedback.
All reactions