ruimarinho / docker-openvpn-monitor

The trusted multi-platform web-based OpenVPN Monitor docker image.
MIT License
101 stars 27 forks source link

Stopping/removing the running container #10

Closed PPillau closed 4 years ago

PPillau commented 4 years ago

Whenever I want to stop the running container or even remove it entirely, I get an error response from the daemon saying I cannot stop the container. I am getting:

unknown error after kill: runc did not terminate successfully: container_linux.go:388: signaling init process caused "permission denied"

Anybody got an idea what to do about it? Am I starting the container wrongly?

PPillau commented 4 years ago

Fixed it myself. Was a general error not actually related to this docker image. sudo aa-remove-unknown as can be seen in this stackoverflow question.