100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > docker安装后出现Cannot connect to the Docker daemon.

docker安装后出现Cannot connect to the Docker daemon.

时间:2022-02-18 18:36:53

相关推荐

docker安装后出现Cannot connect to the Docker daemon.

Cannot connect to the Docker daemon. Is the docker daemon running on this host?

原因: 没有启动docker服务

service docker start

效果:

docker stop showdoc # 停止容器

docker restart showdoc #重启showdoc容器

docker rm showdoc #删除showdoc容器

docker rmi star7th/showdoc #删除showdoc镜像

docker stop $(docker ps -a -q) ;docker rm $(docker ps -a -q) ; #停止并删除所有容器。危险命令,不懂勿用。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。