Hi friends of podman!
I'm updating an application that uses docker to work with podman on Fedora.
I run into the issue that the volumes are not accessible in the container.
I can make it work by adding the 'z' option to place the proper labels
on the content.
Is this the right way to go about it?
The docker documentation has some warnings ('use extreme caution') for
these options. This is not mentioned in the podman docs. Does it work
differently between podman and docker, so that the warning wouldn't
apply to podman?
Thanks,
Tom