测试积点老人 发表于 2020-9-27 13:28:32

docker运行第一个hello-world镜像报错

@localhost ~]# cat /etc/redhat-release
CentOS 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.

海海豚 发表于 2020-9-28 09:22:03

https://blog.csdn.net/qq_26624661/article/details/79565735   参考下这个

郭小贱 发表于 2020-9-28 10:20:07

setenforce 0

qqq911 发表于 2020-9-28 10:30:54

权限不够

bellas 发表于 2020-9-28 10:57:16

参考下这个链接https://www.cnblogs.com/apple2016/p/6792992.html?utm_source=itdadao&utm_medium=referral
页: [1]
查看完整版本: docker运行第一个hello-world镜像报错