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
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
trying to access a vfile shared volume with selinux enabled on the host gives a "permission denied" error:
Host Details
OS
SELinux
Docker
Steps to repoduce
docker volume create --driver=vfile --name=SharedVol -o size=1gb
Result
When trying to access the mounted volume inside the container i get a "permission denied" error:
these are the relevant log entries on the host:
when disabling SELinux on the host, everything is working as expected.
The text was updated successfully, but these errors were encountered: