docker运行第一个hello-world镜像报错
@localhost ~]# cat /etc/redhat-releaseCentOS Linux release 7.6.1810 (Core)
# docker --version
Docker version 19.03.0-rc2, build f97efcc
# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
hello-world latest fce289e99eb9 5 months ago 1.84kB
# docker run hello-world
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "process_linux.go:430: container init caused \"write /proc/self/attr/keycreate: permission denied\"": unknown.
https://blog.csdn.net/qq_26624661/article/details/79565735 参考下这个 setenforce 0 权限不够 参考下这个链接https://www.cnblogs.com/apple2016/p/6792992.html?utm_source=itdadao&utm_medium=referral
页:
[1]