ctr run 运行失败,报错
来源:3-2 Containerd全面上手实践

waiting4671585
2021-11-29
执行命令
ctr run -t -d docker.io/library/redis:alpine redis
报错
ctr: failed to create shim: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/default/redis/log.json: no such file or directory): runc did not terminate successfully: exit status 127: runc: symbol lookup error: runc: undefined symbol: seccomp_api_get
: unknown
写回答
2回答
-
泰瑞亚小泰蜜
2023-03-05
00 -
刘果国
2021-11-30
一般是containerd和系统版本问题,参考:https://www.cnblogs.com/shenyixin/p/14414621.html
022021-11-30
相似问题