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删除就好了