zoukankan      html  css  js  c++  java
  • centos8 docker podman冲突问题技术就是要不断折腾 时刻踩坑

    yum-config-manager \
        --add-repo \
        http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo  添加docker仓库后报错

    Docker CE Stable - x86_64 21 kB/s | 16 kB 00:00
    Error:
    Problem: package podman-3.2.3-0.11.module_el8.4.0+942+d25aada8.x86_64 requires runc >= 1.0.0-57, but none of the providers can be installed

    Docker CE Stable - x86_64 21 kB/s | 16 kB 00:00
    Error:
    Problem: package podman-3.2.3-0.11.module_el8.4.0+942+d25aada8.x86_64 requires runc >= 1.0.0-57, but none of the providers can be installed

    centos8 dnf yum包管理器

    centOS8删除rpm包方式

    yum erase podman buildah
    dnf remove podman
    dnf install
    yum remove podman buildah

     

  • 相关阅读:
    2020/12/2
    2020/12/1
    Cannot do a soft reset in the middle of a merge
    webpack img
    rm -fr ".git/rebase-apply"
    css 颜色
    初始化样式
    a标签
    esma 最新
    前端
  • 原文地址:https://www.cnblogs.com/ruiy/p/15415952.html
Copyright © 2011-2022 走看看