zoukankan      html  css  js  c++  java
  • docker 启动失败,报错 Failed to start Docker Application Container Engine.

    [root@localhost ~]# docker images
    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
    
    [root@localhost ~]# service docker restart
    Redirecting to /bin/systemctl restart docker.service
    Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
    
    
    [root@localhost ~]# systemctl status docker.service
    ● docker.service - Docker Application Container Engine
       Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
       Active: failed (Result: start-limit) since Sun 2021-05-30 02:08:49 EDT; 48s ago
         Docs: https://docs.docker.com
      Process: 21471 ExecStart=/usr/bin/dockerd (code=exited, status=1/FAILURE)
     Main PID: 21471 (code=exited, status=1/FAILURE)
    
    May 30 02:08:49 localhost.localdomain systemd[1]: docker.service failed.
    May 30 02:08:49 localhost.localdomain systemd[1]: docker.service holdoff time over, scheduling restart.
    May 30 02:08:49 localhost.localdomain systemd[1]: Stopped Docker Application Container Engine.
    May 30 02:08:49 localhost.localdomain systemd[1]: start request repeated too quickly for docker.service
    May 30 02:08:49 localhost.localdomain systemd[1]: Failed to start Docker Application Container Engine.
    May 30 02:08:49 localhost.localdomain systemd[1]: Unit docker.service entered failed state.
    May 30 02:08:49 localhost.localdomain systemd[1]: docker.service failed.
    May 30 02:08:55 localhost.localdomain systemd[1]: start request repeated too quickly for docker.service
    May 30 02:08:55 localhost.localdomain systemd[1]: Failed to start Docker Application Container Engine.
    May 30 02:08:55 localhost.localdomain systemd[1]: docker.service failed.

    重启系统后,可以正常启动了,why??

  • 相关阅读:
    CentOS7 运维
    【推荐】开源项目ElasticAmbari助力 ElasticSearch、Kibana、ambari服务高效运维管理
    逆向工程,调试Hello World !程序(更新中)
    校园网内网穿透
    搭建PXE服务及实现安装银河麒麟桌面操作系统
    Linux 的基础知识关于基本操作命令 --- No.3
    Unix/Linux fork前传
    60行C代码实现一个shell
    Linux 的基础知识回顾(安装vmware) ---- No.1 后面都以Centos8 为例
    vue v-bind绑定属性和样式
  • 原文地址:https://www.cnblogs.com/zxh06820/p/14828014.html
Copyright © 2011-2022 走看看