Docker网络异常问题

遇到此问题

docker: Error response from daemon: failed to create endpoint ... on network bridge: failed to add the host (veth9754872) <=> sandbox (veth6a875bb) pair interfaces: operation not supported.

先用 modinfo veth 检查

$ modinfo veth

如果出错了,先试试 systemctl restart docker; 不行,就reboot重启。

https://github.com/moby/moby/issues/39188

相关推荐
马立杰3 小时前
H3CNE-33-BGP
运维·网络·h3cne
Linux运维老纪3 小时前
DNS缓存详解(DNS Cache Detailed Explanation)
计算机网络·缓存·云原生·容器·kubernetes·云计算·运维开发
云空4 小时前
《DeepSeek 网页/API 性能异常(DeepSeek Web/API Degraded Performance):网络安全日志》
运维·人工智能·web安全·网络安全·开源·网络攻击模型·安全威胁分析
没有名字的小羊5 小时前
Cyber Security 101-Build Your Cyber Security Career-Security Principles(安全原则)
运维·网络·安全
杨浦老苏5 小时前
开源音乐管理软件Melody
docker·群晖·多媒体
千夜啊5 小时前
Nginx 运维开发高频面试题详解
运维·nginx·运维开发
存储服务专家StorageExpert6 小时前
答疑解惑:如何监控EMC unity存储系统磁盘重构rebuild进度
运维·unity·存储维护·emc存储
杨浦老苏7 小时前
面向npm的实时仪表板Dashly
网络·docker·群晖·导航
chian-ocean7 小时前
从理论到实践:Linux 进程替换与 exec 系列函数
linux·运维·服务器
敖行客 Allthinker8 小时前
从 UTC 日期时间字符串获取 Unix 时间戳:C 和 C++ 中的挑战与解决方案
linux·运维·服务器·c++