问题现象:
执行docker-compose up -d
报错误:
ERROR: for gitlab Cannot start service gitlab: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/moby/ea2ca9eebb54f609c8dd0083c802bd9d75f1755bfe6c72a38cf4a6a83df2bd11/log.json: no such file or directory): runc did not terminate successfully: exit status 127: unknown
解决办法:
有一句runc did not terminate successfully
执行runc
命令
错误:
runc: symbol lookup error: runc: undefined symbol: seccomp_api_get
重新安装
yum install libseccomp-devel
再次执行docker-compose up -d文章来源:https://www.toymoban.com/news/detail-506284.html
文章来源地址https://www.toymoban.com/news/detail-506284.html
到了这里,关于Docker运行报runc did not terminate successfully: exit status 127: unknown的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!