Skip to content


Docker error on ubuntu 24.04.1

Error response from daemon: Cannot kill container: 

If you find that docker gives an error when trying to restart or in my case, watchtower updated the docker image but could not restart the docker container and then clear the old image, then you can fix by fixing apparmor which is causing this issue.

sudo aa-remove-unknown
sudo apt purge –auto-remove apparmor
sudo service docker restart
sudo apt install apparmor snapd firefox squashfs-tools

Posted in Uncategorized.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.