【发布时间】:2019-06-13 15:30:12
【问题描述】:
运行 docker 命令时出错。我已经在 Google Cloud VM 中成功安装了 docker。我已经安装了 ubuntu 18.04 镜像。
运行 docker run 安装后出现以下错误:
docker: Error response from daemon: failed to start shim: exec: "docker-containerd-shim": executable file not found in $PATH: unknown.
【问题讨论】:
-
看看这个。 bugzilla.redhat.com/show_bug.cgi?id=1474724此问题的可能解决方案
-
@ValerianPereira 在链接中提供的解决方案是重启 docker 服务。但是,我觉得这应该是最后的解决方案。我正在寻找上述问题的根本原因。不幸的是,日志中没有显示任何内容。你能详细说明它以找到根本原因吗?
标签: docker google-cloud-platform ubuntu-18.04