Docker 守护程序无法正常重启

Docker daemon fails to restart gracefully

我的 docker 部署之一出现间歇性问题。基本上,docker 守护进程无法正常重启。

来自系统日志:

init: docker main process ended, respawning
init: docker main process (14333) terminated with status 1
init: docker respawning too fast, stopped

来自docker新贵日志:

FATA[0000]  Error starting daemon: error initializing network controller: could not delete the default bridge network: network bridge has active endpoints
/var/run/docker.sock is up

我可以通过 运行 解决这个问题:

sudo rm -r /var/lib/docker/network
sudo service docker start

这是 运行 on Ubuntu 14.04.3 on 3.16.0-48-generic 使用 Docker 1.10.0.

关于永久修复此问题的任何想法?

谢谢!

似乎问题已在 docker 的 1.9.1-rc1 中解决,但又回到了 1.10 版本。 您可以在 https://github.com/docker/docker/issues/17083

跟踪问题