• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: August 16th, 2023

help-circle

  • when I moved my docker setup to a fedora coreos podman setup, the volume mounts required an additional option for a label to play nice with selinux. ‘z’ if the mount is shared between multiple containers and ‘Z’ if its just for one container.

    the podman docs definitely go into more details.

    ive also seen people talk on the discord about scripts that can take your yaml files and write container files to be used with podman-systemd that seemed pretty nice. i think there is also a podman-compose option out there, but I’m not super familiar with that.