I can\'t kill or stop any docker container. I\'ve allowed non-privileged users to run Docker commands. And docker run hello-world works fine. But I can\'t stop
docker run hello-world
This command will stop all docker containers.
sudo killall docker-containerd-shim
This command will remove all docker containers.
sudo docker-compose down