简体   繁体   English

来自守护程序的错误响应:找不到网桥

[英]Error response from daemon: network bridge not found

I just got these messages after starting my docker service on ubuntu 14.04, and trying to starting the postgres container. 在ubuntu 14.04上启动docker服务并尝试启动postgres容器后,我才收到这些消息。

$ docker start codeslave-postgres --> starting my container
$ Error response from daemon: network bridge not found
$ Error: failed to start containers: codeslave-postgres

I was try to stop and restart docker service and also restart my machine too but it seems doesn't work enough. 我试图停止并重新启动docker服务,也尝试重新启动我的机器,但似乎工作不充分。 so what are these message means ? 那么这些消息意味着什么?

Based on what i found on here docker issues 根据我在这里发现的Docker问题

The people says there is a file on /var/lib/docker/network/files/local-kv.db , so deleting the file might be work for you if you got error related to network bridge. 人们说/var/lib/docker/network/files/local-kv.db上有一个文件,因此如果遇到与网桥相关的错误,则删除该文件可能对您/var/lib/docker/network/files/local-kv.db

Then i try to delete that local-kv.db file and restarting my docker service and it's now worked. 然后我尝试删除该local-kv.db文件并重新启动我local-kv.db服务,现在它可以工作了。

NOTE: - If you can't find the file on that path, try to do sudo su first, make you super user to see and do the rest. 注意: -如果在该路径上找不到文件,请先尝试执行sudo su ,让您成为超级用户来查看和执行其余操作。

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

相关问题 运行postgres容器时出错“来自守护程序的错误响应:无效模式:/ var / lib / postgresql / data。” - Error while running postgres container “Error response from daemon: invalid mode: /var/lib/postgresql/data.” 第一次尝试使用Docker:来自守护进程的错误响应:驱动程序无法在端点webserver上编程外部连接(2d9 - Trying to use Docker for the first time: Error response from daemon: driver failed programming external connectivity on endpoint webserver (2d9 PostgreSQL:从共享网络文件夹导入csv文件时出错 - PostgreSQL: Error importing csv file from shared network folder 当我尝试在PostgreSQL中创建桥表时出现错误 - Getting error when I am trying to create bridge table in PostgreSQL docker compose host 网络模式下找不到容器 - Container not found in docker compose host network mode 存储功能错误:未找到能够从类型转换的转换器 - Stored Function Error: No converter found capable of converting from type Python和Psycopg检测网络错误 - Python and psycopg detect network error 错误:找不到交易 - ERROR: Transaction not found 从远程网络连接到 Postgres - Connecting to Postgres from Remote Network Postgres COPY FROM…WITH BINARY返回错误“在数据中发现文字回车” - Postgres COPY FROM … WITH BINARY returns an error “literal carriage return found in data”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM