skip to Main Content

I have Docker installed under CentOS Linux 7.6.1810 and Plesk Onyx 17.8.11, and everything was fine. For a few hours I can’t start mongoDB or Docker anymore.
I get this error message

{"message":"OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:297: getting the final child's pid from pipe caused \"read init-p: connection reset by peer\"": unknown"}

enter image description here

What could it be?

2

Answers


  1. Chosen as BEST ANSWER

    I have fixed it, I downgraded containerd.io to the version 1.2.0 and Docker is running.


  2. Docker-ce 18.09.2 + Linux Kernel 3.10.0 produces the same problem as you. If we want to use Docker-ce 18.09.2, Linux Kernel 4.x+ is required.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search