gpt4 book ai didi

linux - Docker 未启动 "could not delete the default bridge network: network bridge has active endpoints""

转载 作者:IT老高 更新时间:2023-10-28 12:39:36 26 4
gpt4 key购买 nike

有什么解决办法吗?

Error starting daemon: Error initializing network controller: could not delete the default bridge network: network bridge has active endpoints

操作系统:Debian 8
Docker 版本:1.9.0,构建 76d6bc9

ifconfig 输出:

eth0      Link encap:Ethernet  HWaddr e0:3f:49:a0:9d:b4  
inet addr:192.168.0.104 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::e23f:49ff:fea0:9db4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5231 errors:0 dropped:0 overruns:0 frame:0
TX packets:4651 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3019389 (2.8 MiB) TX bytes:858951 (838.8 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:5568 errors:0 dropped:0 overruns:0 frame:0
TX packets:5568 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:330007 (322.2 KiB) TX bytes:330007 (322.2 KiB)

最佳答案

升级后我遇到了类似的问题。

运行

sudo mv /var/lib/docker/network/files/ /tmp/dn-bak

重置您的网络。然后重启 docker(sudo systemctl restart dockersudo service docker restart 取决于你的操作系统)。

如果一切正常,您可以删除 dn-bak 目录。

关于linux - Docker 未启动 "could not delete the default bridge network: network bridge has active endpoints"",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33600154/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com