docker启动容器报错(麒麟V10-x86下):starting container process caused “permission denied“
发现存在2个,把系统自带的。
·
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: container_linux.go:328: starting container process caused "permission denied": unknown
可能是runc
版本过低所致,也可能是系统自带podman。
查看当前版本号:runc -v
whereis runc
,发现存在2个,把系统自带的/usr/local/bin/runc
删除就好了
更多推荐
所有评论(0)