Help, I've broken my Docker Apps!

I couldn’t get Sonarr to process any downloads from qBittorrent and in my efforts to fix this, I think I’ve broken all \docker apps as they don’t start? I’m guessing it’s an owner/permission issue perhaps? When I try to start any Docker App, I get this error msg:

“Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: “/init”: permission denied: unknown”

image

Can anyone help me to fix this issue please? Complete newb who hasn’t got a clue here.

Just an update for anyone in similar circumstances.

I stopped Docker using;

sudo systemctl stop docker

Then I stopped the socket using;

sudo systemctl stop docker.socket

I then removed the Docker folder ( I placed it in a temporary folder) before restarting Docker and then the socket, replacing the stop command with start. I reinstalled one of the Apps and it appears to be working fine again. Fingers crossed for the rest of my Apps!

2 Likes