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 Jan 3, 2020. It is now read-only.
There is a problem with the selinux policy. I just create a container by the introduction but it failed to run, with the information like 'Permission Denied'. And it's working by using the configuration below.
SELinux details
SELinux is preventing /bin/busybox from write access on the directory conf.
Source Context system_u:system_r:container_t:s0:c190,c693
Target Context system_u:object_r:user_home_t:s0
With SELinux policy, ':z' should be appended to the bind option.
RHEL 7.6 Maipo (3.10.0-957.5.1.el7.x86_64)
There is a problem with the selinux policy. I just create a container by the introduction but it failed to run, with the information like 'Permission Denied'. And it's working by using the configuration below.
SELinux details
With SELinux policy, ':z' should be appended to the bind option.
You may need to update the README.
see also : https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label
The text was updated successfully, but these errors were encountered: