Docker 启动遇到 Error starting daemon: Error initializing network controller 错误

时间:2022-12-29 11:47:20

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 报错&colon; Error starting daemon&colon; error initializing graphdriver&colon; 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&colon; error initializing graphdriver&colon; driver not supported

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

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

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

  4. centos6&period;6下编译安装mysql5&period;6之后启动失败:Starting MySQL&period;&period;&period; ERROR&excl; The server quit without updating PID file &lpar;&sol;var&sol;lib&sol;mysql&sol;localhost&period;localdomain&period;pid&rpar;&period;

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

  5. linux安装mysql后报错启动不了Starting MySQL&period; ERROR&excl; The server quit without updating PID file &lpar;&sol;var&sol;lib&sol;mysql&sol;localhost&period;localdomain&period;pid&rpar;&period;

    今天安装完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启动报错

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

  8. DOCKER启动失败Job for docker&period;service failed because the control process exited with error code&period; See &quot&semi;syste mctl status docker&period;service&quot&semi; and &quot&semi;journalctl -xe&quot&semi; for details&period;

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

  9. mysql启动时报错:Starting MySQL&period;&period;&period; ERROR&excl; The server quit without updating PID file &lpar;&sol;opt&sol;mysql&sol;data&sol;mysql&period;pid&rpar;

    mysql启动报错Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.p ...

随机推荐

  1. 把 Mac 上的 bash 换成 zsh

      本人补充:mac版git下载地址:http://code.google.com/p/git-osx-installer/downloads/list?can=3&q=&sort=- ...

  2. Elastarchsearch安装搭建(一)

    Elasticsearch是一个实时分布式搜索和分析引擎.一个基于Apache Lucene(TM)的开源搜索引擎.无论在开源还是专有领域,Lucene可以被认为是迄今为止最先进.性能最好的.功能最全 ...

  3. Confluence 6 &quot&semi;Duplicate Key&quot&semi; 相关问题解决

    如果你遇到了下面的错误信息,例如: could not insert: [bucket.user.propertyset.BucketPropertySetItem#bucket.user.prope ...

  4. sass基础—属性嵌套以及跳出嵌套 &commat;at-root

    /*注意:定义的变量若是没有使用则不会编译到css文件中.*//*1)sass的局部变量*/$font:14px;//定义$font:12px !default; //没有default时是重新赋值, ...

  5. CentOS7通过rsync&plus;crontab实现两台服务器文件同步

    centos7系统中已经默认安装rsync 1:主服务器配置 (1)修改rsyncd.conf 配置文件 [root@localhost app]# vi /etc/rsyncd.conf motd ...

  6. oracle单行函数 之 通用函数

    NVL()函数,处理null. Decode()函数,:多数值判断 Decode(数值 \ 列,判断值1,显示值1,判断值2,显示值2)若是判断值不包含的,则显示为空 Decode()函数非常类似程序 ...

  7. nyoj 1238&lpar;BFSor最短路&rpar;

    最少换乘 时间限制:2000 ms  |  内存限制:65535 KB 难度:3   描述 欧洲某城是一个著名的旅游胜地,每年都有成千上万的人前来观光旅行.Dr. Kong决定利用暑假好好游览一番.. ...

  8. 374&period; Guess Number Higher or Lower 简单的二分法运用

    We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to gues ...

  9. python之Web服务器案例

    HTTP协议简介 1. 使用谷歌/火狐浏览器分析 在Web应用中,服务器把网页传给浏览器,实际上就是把网页的HTML代码发送给浏览器,让浏览器显示出来.而浏览器和服务器之间的传输协议是HTTP,所以: ...

  10. Oracle(二)SELECT语句执行顺序

    转载自:小强斋太-Study Notes,原文链接 从join on和where执行顺序认识T-SQL查询处理执行顺序 目录 一.样例 二.SELECT语句的处理过程 1. FROM阶段 2. WHE ...