• 1 Post
  • 8 Comments
Joined 1 year ago
cake
Cake day: January 25th, 2025

help-circle



  • With the getenfore command from kumi below I get Enforcing so I guess I use SELinux.

    I now have two working options. a) Using named volumes (I’m still unsure if this is the way to go or not, generally speaking) and b) using the private label :Z for the bind mount.

    Without :Z podman unshare yields root:root for the data directory. After setting the label it is a different user alltogether.



  • I was unsure if I installed docker on this machine so I ran docker-compose and the help page showed up (another one than for podman-compose). Then I queried my installed packages and grepped them for docker and nothing shows up. Only podman-compose has docker in the description. So I accidentaly used that compatibility layer already without knowing.

    But one reason I consider to switch is because compose files are not really standardized I heard and quadlets are structured like systemd files so I seems more applicable. But that is still a long way.