跨境派

跨境派

跨境派,专注跨境行业新闻资讯、跨境电商知识分享!

当前位置:首页 > 综合服务 > 电商平台 > Portainer连不上docker Unable to retrieve images或Unable to connect to the Docker environment

Portainer连不上docker Unable to retrieve images或Unable to connect to the Docker environment

时间:2024-04-01 13:45:47 来源:网络cs 作者:付梓 栏目:电商平台 阅读:

标签:

系统:Centos

docker:23.0.6

portainer:2.19.2

服务器A and 服务器B

A,B都有Docker

现象

1、在A上安装了Portainer后,local evironment 可以显示images数量等信息,但无法显示详情,出现Unable to connect to the Docker environment

2、尝试

        编辑docker.service

vim /usr/lib/systemd/system/docker.service

        找到 ExecStart字段修改如下

ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock -H tcp://0.0.0.0:2375 -H unix://var/run/docker.sock

        重启docker

systemctl daemon-reloadsystemctl restart docker

此方法对我无效,还是一样无法查看详情

3、也尝试了重新部署portianer,仍然报错

解决

把local和远程的docker都当作远程来连

在部署docker的服务器上启动容器

docker run -d \  -p 9001:9001 \  --name portainer_agent \  --restart=always \  -v /var/run/docker.sock:/var/run/docker.sock \  -v /var/lib/docker/volumes:/var/lib/docker/volumes \  portainer/agent:2.19.2


然后在portainer上配置docker-agent,ip:9001

成功连接!

本文链接:https://www.kjpai.cn/news/2024-04-01/152045.html,文章来源:网络cs,作者:付梓,版权归作者所有,如需转载请注明来源和作者,否则将追究法律责任!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。

文章评论