When using Fedora 33 and podman, the INSTALL script doesn't consider selinux, and the container won't be able to write to /opt/awspx
I changed the mount options to include the ":z" suffix, which relabeled the directory and the container could write to it.
I.e. -v $(MOUNT)/data:/opt/awspx:z
When using Fedora 33 and podman, the INSTALL script doesn't consider selinux, and the container won't be able to write to /opt/awspx
I changed the mount options to include the ":z" suffix, which relabeled the directory and the container could write to it.
I.e.
-v $(MOUNT)/data:/opt/awspx:z