stefan
Thank you for your help,
I've run the requested commands and here are the results:
root@openpanel:~# cd /root && docker compose ls && docker ps
NAME STATUS CONFIG FILES
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
So far, no containers seem to be running.
Then I tried:
docker run --rm alpine echo "Hello from Alpine!"
But it failed with the following error:
docker: Error response from daemon: AppArmor enabled on system but the docker-default profile could not be loaded: running `/usr/sbin/apparmor_parser apparmor_parser -Kr /var/lib/docker/tmp/docker-default3432559187` failed with output: apparmor_parser: Unable to replace "docker-default". apparmor_parser: Access denied. You need policy admin privileges to manage profiles.
error: exit status 243.
It seems there might be an issue with AppArmor inside the LXC container. Has anyone successfully run Docker inside an LXC container on Proxmox with AppArmor enabled? Or should I try to a VM?
Any advice would be greatly appreciated!
Thanks again for your time and support.