本文介绍了运行docker run时出错:来自守护程序的错误响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
运行docker命令时出错.我已经在Google Cloud VM中成功安装了docker.我已经安装了ubuntu 18.04映像.
Getting error while running docker command. I have successfully install docker in Google Cloud VM. I have installed ubuntu 18.04 image.
安装后在运行docker run时出现以下错误:
After install when running docker run I am getting below error:
docker: Error response from daemon: failed to start shim: exec: "docker-containerd-shim": executable file not found in $PATH: unknown.
推荐答案
使用以下命令重新启动docker服务,它将开始工作.
Restart the docker service using following command and It will start working.
systemctl restart docker
这篇关于运行docker run时出错:来自守护程序的错误响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!