-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
19.03 fails on Fedora 28 - write /proc/self/attr/keycreate: permission denied #107
Comments
Enabling selinux in Docker and restarting the daemon everything starts to work: {
"selinux-enabled": true
} |
SELinux is enabled which can be seen here:
During automated test done by this role SELinux mode can be change temporarily for the tests to pass:
Output of sestatus after change:
|
hi,with this docker Parameter, can fix “ write /proc/self/attr/keycreate: permission denied [root@localhost Euler_compile_env]# docker run -it --rm --entrypoint "/bin/bash" 8975d655b0bf |
@StormRat Fedora 28 is End-of-Life since 2019-05-28 and because of that I do no test on that version anymore. I do not know the reason for permission denied in your case but Docker works as expected on Fedora 30 and 31. |
When running
t_config
test suite (https://github.com/haxorof/ansible-role-docker-ce/blob/8255cc23d4b1950bb710d592b56bd2547fb29da3/tests/test_config.yml) onfedora/28-cloud-base
thehello-world
container fails to run.Failing task below:
More investigation what causing the problem is needed but an issue that might be worth looking into for ideas is: moby/moby#39109
The text was updated successfully, but these errors were encountered: