How to stop running Container, if error response from daemon is: Cannot Kill Container [...] permission denied?
I solved it but I am not sure why. I think I solved it by restarting the VM and restart docker with these commands
Flush changes: $ sudo systemctl daemon-reload
Restart Docker: $ sudo systemctl restart docker