As far as I can tell, you just run the command with sudo to run as root? But this doesn’t help, I have been using sudo.
Comment on How do I run docker compose on Bazzite?
cecilkorik@lemmy.ca 4 days ago
Podman runs rootless containers, this means their permissions do not work like docker, and it is not in fact a drop-in replacement for docker as you’ve discovered. The rootless containers are the key difference. You could try to run a rootful container instead, or if you read this thread by someone encountering the same issue as it sounds like you are running into including using mode 777 maybe their comment later on with the solution for them might help you too. But yes, podman is not exactly a drop-in replacement for docker in my experience. It is quite different, though mostly compatible.
Dave@lemmy.nz 4 days ago
Dave@lemmy.nz 4 days ago
Thanks, I will have a go at trying to get it running as a rootful container!
dan@upvote.au 3 days ago
It might a drop-in replacement for Docker if you’re running Docker in rootless mode? Not sure how common that is, though.