You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some setup with podman the folders mounted as bind-mounts from the host gives Permission denied on all files and folders.
A hacky fix is just running some containers with podman run with the volumes mounted with the flag z.
Not sure if this is a problem related to selinux or not, but might be something we need to report back to podman
Steps To Reproduce
Experienced in Apple M3 and Fedora with selinx (not tested fedora without selinux)
Start localtest on Apple M3 or Fedora with a fresh install of podman
See that nginx returns the defualt nginx page
run the hack function in Makefile
restart nginx container, should now serve the localtest page
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
In some setup with podman the folders mounted as bind-mounts from the host gives Permission denied on all files and folders.
A hacky fix is just running some containers with podman run with the volumes mounted with the flag z.
Not sure if this is a problem related to selinux or not, but might be something we need to report back to podman
Steps To Reproduce
Experienced in Apple M3 and Fedora with selinx (not tested fedora without selinux)
Additional Information
No response
The text was updated successfully, but these errors were encountered: