Comment on How do I run docker compose on Bazzite?
just_another_person@lemmy.world 3 days agoNo, it’s the difference between your docker service knowing it’s datadir isn’t in /var/lib and not.
Shut down docker. Create a datadir in your writeable mount, change the docker configs to point to the new location, and restart.
Here’s an example: linuxconfig.org/how-to-move-docker-s-default-var-…
Dave@lemmy.nz 3 days ago
I seem to have got it working using podman, adding a Z flag to the bind mount to make SELinux happy.