This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Make this file executable and run with sudo | |
# chmod +x ./fix-docker-desktop-apparmor-allow-ubuntu-24.04.sh | |
# sudo ./fix-docker-desktop-apparmor-allow-ubuntu-24.04.sh | |
# | |
# References https://github.com/docker/docs/issues/20383#issue-2397592123 | |
# https://askubuntu.com/questions/1511725/ubuntu-24-04-docker-desktop-is-not-starting/1519662#1519662 | |
echo "Creating AppArmor profile to allow docker desktop" |
OlderNewer