Skip to content

Docker images based on Ubuntu 22.04 cannot be started Because of EPERM in pthread_create on Debian 10 #47297

Answered by TomBenjamins
TomBenjamins asked this question in Q&A
Discussion options

You must be logged in to vote

For people that experience the same problem, the following fixed it for me:

Check whether the runc instance used by docker is actually the version delivered with docker+ docker compose. In my case there was a symlink in /usr/local/bin pointing to an old version of runc. After removing this symlink it starts working again.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@TomBenjamins
Comment options

Answer selected by TomBenjamins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants