日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 人文社科 > 生活经验 >内容正文

生活经验

CentOS 安装docker.ce报错提示containerd.io >= 1.2.2-3问题

發布時間:2023/11/28 生活经验 35 豆豆
生活随笔 收集整理的這篇文章主要介紹了 CentOS 安装docker.ce报错提示containerd.io >= 1.2.2-3问题 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

centos安裝docker.ce遇到報錯,提示如下

# yum install -y docker-ce
Last metadata expiration check: 0:01:49 ago on Fri Aug 14 22:21:34 2020.
Error:Problem: package docker-ce-3:19.03.12-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed- cannot install the best candidate for the job- package containerd.io-1.2.10-3.2.el7.x86_64 is filtered out by modular filtering- package containerd.io-1.2.13-3.1.el7.x86_64 is filtered out by modular filtering- package containerd.io-1.2.13-3.2.el7.x86_64 is filtered out by modular filtering- package containerd.io-1.2.2-3.3.el7.x86_64 is filtered out by modular filtering- package containerd.io-1.2.2-3.el7.x86_64 is filtered out by modular filtering- package containerd.io-1.2.4-3.1.el7.x86_64 is filtered out by modular filtering- package containerd.io-1.2.5-3.1.el7.x86_64 is filtered out by modular filtering- package containerd.io-1.2.6-3.3.el7.x86_64 is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

解決辦法,執行下面的命令:

# yum install https://download.docker.com/linux/fedora/30/x86_64/stable/Packages/containerd.io-1.2.6-3.3.fc30.x86_64.rpm
Last metadata expiration check: 0:03:06 ago on Fri Aug 14 22:21:34 2020.
containerd.io-1.2.6-3.3.fc30.x86_64.rpm                                                                                      111 kB/s |  21 MB     03:17
Dependencies resolved.
=============================================================================================================================================================Package                                Architecture                    Version                                  Repository                             Size
=============================================================================================================================================================
Installing:containerd.io                          x86_64                          1.2.6-3.3.fc30                           @commandline                           21 Mreplacing  runc.x86_64 1.0.0-65.rc10.module_el8.2.0+305+5e198a41Transaction Summary
=============================================================================================================================================================
Install  1 Package

再執行:yum install -y docker.ce 就可以正常安裝了
歡迎大家關注我的CSDN微博,與大家一起探討開發問題。

總結

以上是生活随笔為你收集整理的CentOS 安装docker.ce报错提示containerd.io >= 1.2.2-3问题的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。