简体   繁体   English

Docker:来自守护进程的错误响应:附加到网络失败

[英]Docker: Error response from daemon: attaching to network failed

I have production docker swarm instalation我有生产 docker swarm 安装

Im my CI I have regular launch of我是我的 CI 我定期推出

docker run --network prod_default ...

Sometimes it fails with error有时它会因错误而失败

docker: Error response from daemon: attaching to network failed, make
sure your network options are correct and check manager logs: context
deadline exceeded.

Any ideas about reason ?关于原因的任何想法? or how to fix it?或如何解决?

set your all nodes to active state:将所有节点设置为active状态:

docker node update --availability active node02

see more here 在这里查看更多

I might be a bit late but make sure the ENGINE VERSION is the same for both of your nodes我可能会迟到,但请确保您的两个节点的ENGINE VERSION 版本相同

You can check the version with:您可以通过以下方式检查版本:

sudo docker node ls

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 来自守护进程的错误响应:附加到网络失败,请确保您的网络选项正确并检查管理器日志:超出上下文截止时间 - Error response from daemon: attaching to network failed, make sure your network options are correct and check manager logs: context deadline exceeded Docker运行失败,来自守护程序的错误响应 - Docker run failed with Error response from daemon Docker:来自守护进程的错误响应:未能在网桥上创建端点 priceless_noether: - Docker: Error response from daemon: failed to create endpoint priceless_noether on network bridge: docker:来自守护程序的错误响应:找不到网络 mysql_net - docker: Error response from daemon: network mysql_net not found 来自守护程序的Docker错误响应:OCI运行时创建失败 - Docker Error response from daemon: OCI runtime create failed docker:来自守护进程的错误响应:无法创建垫片 - docker: Error response from daemon: failed to create shim docker:来自守护程序的错误响应:OCI 运行时创建失败: - docker: Error response from daemon: OCI runtime create failed: Docker 映像构建失败来自守护程序的错误响应 - Docker image build failed Error response from daemon docker:来自守护进程的错误响应:未能创建 shim 任务:OCI 运行时创建失败:runc 创建失败: - docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: 来自守护程序的错误响应:找不到网桥 - Error response from daemon: network bridge not found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM