docker 版本 1.10.3

一台装有 docker 的机器重启后,没法启动,/var/log/messages 展示如下错误信息:

May 17 11:11:14 gziba-hc03 systemd: Starting Docker Storage Setup...
May 17 11:11:14 gziba-hc03 docker-storage-setup: INFO: Volume group backing root filesystem could not be determined
May 17 11:11:14 gziba-hc03 docker-storage-setup: ERROR: No valid volume group found. Exiting.
May 17 11:11:14 gziba-hc03 systemd: docker-storage-setup.service: main process exited, code=exited, status=1/FAILURE
May 17 11:11:14 gziba-hc03 systemd: Failed to start Docker Storage Setup.
May 17 11:11:14 gziba-hc03 systemd: Unit docker-storage-setup.service entered failed state.
May 17 11:11:14 gziba-hc03 systemd: docker-storage-setup.service failed.
May 17 11:11:14 gziba-hc03 systemd: Starting Docker Application Container Engine...
May 17 11:11:14 gziba-hc03 kernel: bio: create slab <bio-0> at 0
May 17 11:11:14 gziba-hc03 docker-current: time="2018-05-17T11:11:14.758608097+08:00" level=warning msg="devmapper: Usage of loopback dev
ices is strongly discouraged for production use. Please use `--storage-opt dm.thinpooldev` or use `man docker` to refer to dm.thinpooldev
section."
May 17 11:11:14 gziba-hc03 kernel: bio: create slab <bio-2> at 2
May 17 11:11:14 gziba-hc03 systemd: Device dev-disk-by\x2duuid-7c76915b\x2d948d\x2d4e21\x2dac45\x2d2e1431303e50.device appeared twice wit
h different sysfs paths /sys/devices/virtual/block/loop0 and /sys/devices/virtual/block/dm-1
May 17 11:11:14 gziba-hc03 docker-current: time="2018-05-17T11:11:14.764266939+08:00" level=warning msg="devmapper: Base device already e
xists and has filesystem xfs on it. User specified filesystem will be ignored."
May 17 11:11:14 gziba-hc03 docker-current: time="2018-05-17T11:11:14.766234454+08:00" level=info msg="[graphdriver] using prior storage d
river \"devicemapper\""
May 17 11:11:14 gziba-hc03 docker-current: time="2018-05-17T11:11:14.777057144+08:00" level=warning msg="Docker could not enable SELinux
on the host system"
May 17 11:11:14 gziba-hc03 docker-current: time="2018-05-17T11:11:14.796060039+08:00" level=info msg="Graph migration to content-addressa
bility took 0.00 seconds"
May 17 11:11:14 gziba-hc03 docker-current: time="2018-05-17T11:11:14.798926194+08:00" level=info msg="Firewalld running: false"
May 17 11:11:15 gziba-hc03 docker-current: time="2018-05-17T11:11:15.058681393+08:00" level=fatal msg="Error starting daemon: Error initi
alizing network controller: could not delete the default bridge network: network bridge has active endpoints"
May 17 11:11:15 gziba-hc03 systemd: docker.service: main process exited, code=exited, status=1/FAILURE
May 17 11:11:15 gziba-hc03 systemd: Failed to start Docker Application Container Engine.
May 17 11:11:15 gziba-hc03 systemd: Unit docker.service entered failed state.
May 17 11:11:15 gziba-hc03 systemd: docker.service failed.

处理办法:

rm -rm /var/lib/docker/network/

systemctl start docker

Docker 启动遇到 Error starting daemon: Error initializing network controller 错误的更多相关文章

  1. 解决 docker 报错: Error starting daemon: error initializing graphdriver: backing file system is unsupported for this graph driver

    CentOS 7.5 x64下 sudo yum install docker -y systemctl enable docker systemctl start docker 发现启动失败 jou ...

  2. Error starting daemon: error initializing graphdriver: driver not supported

    Error starting daemon: error initializing graphdriver: driver not supported systemctl stop docker rm ...

  3. Error starting daemon: error initializing graphdriver: devmapper: Device docker-thinpool is not a thin pool

    Error starting daemon: error initializing graphdriver: devmapper: Device docker-thinpool is not a th ...

  4. centos6.6下编译安装mysql5.6之后启动失败:Starting MySQL... ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).

    今天在编译安装mysql5.6时候出现Starting MySQL... ERROR! The server quit without updating PID file (/var/lib/mysq ...

  5. linux安装mysql后报错启动不了Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).

    今天安装完Mysql后,开启发生了错误: 2.打开错误信息文件,查看错误原因是:Plugin 'FEDERATED' is disabled. /usr/sbin/mysqld: Table 'mys ...

  6. docker启动常见报错

    Docker启动时的报错汇总 22017.11.10 16:30:29字数 575阅读 27184 八个Docker常见故障 https://mp.weixin.qq.com/s/2GNKmRJtBG ...

  7. docker启动失败问题

    内核3.10,systemctl start docker 被阻塞,没有返回,查看状态为启动中. 某兄弟机器安装docker之后,发现systemctl start docker的时候阻塞,由于排查走 ...

  8. docker启动报错

    1.报“can’t create unix socket /var/run/docker.sock: is a directory” 这是由于存在容器自动启动 --restart= always导致的 ...

  9. DOCKER启动失败Job for docker.service failed because the control process exited with error code. See "syste mctl status docker.service" and "journalctl -xe" for details.

    [root@localhost ~]# systemctl start docker Job for docker.service failed because the control process ...

随机推荐

  1. 你应该掌握的C++ RAII手法:Scopegaurd

    C++作为一门Native Langueages,在C++98/03时代,资源管理是个大问题.而内存管理又是其中最大的问题.申请的堆内存需要手动分配和释放,为了确保内存正确释放,一般原则是" ...

  2. AFNetworking 3.0中调用[AFHTTPSessionManager manager]方法导致内存泄漏的解决办法

    在使用AFNetworking3.0框架,使用Instruments检查Leaks时,检测到1000多个内存泄漏的地方,定位到 [AFHTTPSessionManager manager] 语句中,几 ...

  3. [Project] MiniSearch文本检索简介

    1. 预处理过程 预处理主要用来事先生成程序在运行过程中可能用到的数据,以便加速处理时间. 预处理的过程主要生成程序所需的三个文件:网页库文件,网页位置信息文件和倒排索引文件. 网页库文件 其中网页库 ...

  4. C#.Net平台与OPC服务器通讯

    最近,我们Ndolls工作室承接了山大某个自动化控制项目,主要做了一套工控信息化系统,其中有一个功能模块是将系统管理的一部分数据参数发送至OPC服务器,由OPC服务器接收数据后执行相应工控操作.第一次 ...

  5. JQuery Mobile - 动态修改select选择框的选中项

    <label for="day">选择天</label> <select name="day" id="day" ...

  6. JavaScript获取键盘事件

    JavaScript中: onkeydown 事件会在用户按下一个键盘按键时发生. onkeypress 事件会在键盘按键被按下并释放一个键时发生. onkeyup 事件会在键盘按键被松开时发生. 支 ...

  7. 解决eclipse中启动服务内存溢出问题

    在eclipse中双击tomcat进入参数配置页面,点击Open Launch configuration---Arguments,在VM Arguments的末尾加 -Xms1024M -Xmx20 ...

  8. AndroidStudio制作“我”的界面,设置,修改密码,设置密保和找回密码

    前言 大家好,给大家带来AndroidStudio制作"我"的界面,设置,修改密码,设置密保和找回密码的概述,希望你们喜欢 学习目标 掌握修改密码功能的开发,和实现用户密码的修改: ...

  9. apk文件md5校验之用好压对下载服务器测试[测试篇]

    往往稍微有点规模的公司,都会有一个独立下载服务器,那么,我还是简单说一下下载服务器的原理吧,首先后台上传文件或软件,然后web服务器通过定时脚本检测,如有变化,则将文件同步出去到下载服务器,源站数据库 ...

  10. 《机器学习实战(基于scikit-learn和TensorFlow)》第三章内容的学习心得

    本章主要讲关于分类的一些机器学习知识点.我会按照以下关键点来总结自己的学习心得:(本文源码在文末,请自行获取) 什么是MNIST数据集 二分类 二分类的性能评估与权衡 从二元分类到多类别分类 错误分析 ...