failed to create shim task: OCI runtime create failed: container_linux.go:318: starting container process caused "permission denied": unknown
可能是runc
版本过低所致
查看当前版本号:runc -v
whereis runc
,发现存在2个,把系统自带的/usr/local/bin/runc
删除就好了
可能是runc
版本过低所致
查看当前版本号:runc -v
whereis runc
,发现存在2个,把系统自带的/usr/local/bin/runc
删除就好了