• centos8 安装docker启动失败


    借鉴https://www.zqcnc.cn/post/71.html 

    systemctl status docker
    ● docker.service - Docker Application Container Engine
    Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
    Active: inactive (dead)
    Docs: https://docs.docker.com

    Nov 16 10:41:40 VM-0-7-centos systemd[1]: Dependency failed for Docker Application Container Engine.
    Nov 16 10:41:40 VM-0-7-centos systemd[1]: docker.service: Job docker.service/start failed with result 'dependency'.
    Nov 16 10:44:38 VM-0-7-centos systemd[1]: Dependency failed for Docker Application Container Engine.
    Nov 16 10:44:38 VM-0-7-centos systemd[1]: docker.service: Job docker.service/start failed with result 'dependency'.
    Nov 16 10:45:26 VM-0-7-centos systemd[1]: Dependency failed for Docker Application Container Engine.
    Nov 16 10:45:26 VM-0-7-centos systemd[1]: docker.service: Job docker.service/start failed with result 'dependency'.
    [root@VM-0-7-centos:~]# systemctl restart docker

    解决方法:

      yum install https://download.docker.com/linux/fedora/30/x86_64/stable/Packages/containerd.io-1.2.6-3.3.fc30.x86_64.rpm(相比centos7 多了的一个依赖)

           systemctl restart docker 

  • 相关阅读:
    Unity调试模式设置辅助线是否可见
    Gizmos绘制塔防游戏网格
    JS offsetparent 问题
    JS 图像延迟加载
    JS image对象
    JS 瀑布流
    JS 对象
    JS node
    Vue+element 实现表格的增加行、根据索引删除行的功能
    Java的集合框架
  • 原文地址:https://www.cnblogs.com/yjc53/p/13984096.html
Copyright © 2020-2023  润新知