Docker and AppArmor
My setup relies heavily on Docker containers running inside LXC containers, which run on Proxmox. While this setup is for mostly personal use, it gives me good utilisation for my low cost infrastructure.
However, recently Docker-CE pushed an update that broke nested containers for me. In fact google-ing around quickly landed me to this exact issue:
And while I'll love to have a flag implementation to turn off the AppArmor check, I could not do it, simply because there is no such flag. 🤦♂️
In the meantime, the easiest suggestion was to downgrade Docker and related plugins. Following is my gist for it.
I hope it helps you.