xxxxxxxxxx
sudo docker stop <container_name_or_id>
xxxxxxxxxx
system administrator to restrict programs' capabilities with per-program profiles. For this problem with containers, it helped me to remove the unknown from AppArmor using the following command:
sudo aa-remove-unknown
To kill all running Docker containers, you can use the following command:
docker container kill $(docker ps -q)
source: https://javahowtos.com/guides/124-docker/414-solved-cannot-kill-docker-container-permission-denied.html
xxxxxxxxxx
as of oct 2024 vscode has a feature to enable "remote tunnel access" under the profile icon button bottom left. This requires github authentication and allows vscode full access to your repositories