Centos8安装Docker提示:package docker-ce-3:19.03.8-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed

centos8默认使用podman代替docker,所以需要containerd.io

执行命令:

yum install https://download.docker.com/linux/fedora/30/x86_64/stable/Packages/containerd.io-1.2.6-3.3.fc30.x86_64.rpm

最新文章

  1. iOS-性能优化3
  2. docker 命令汇总
  3. (转)EntityFrameword “Reverse Engineer Code First” 连接 MySql
  4. 【推荐】iOS汉字转拼音第三方库
  5. 入门Linux
  6. JS中基本window.document对象操作以及常用事件!
  7. 【转】iOS10项目打包上传被拒关于隐私权限问题
  8. Extjs-4.2.1(一)——编辑 hello word
  9. yum node.js
  10. TD中{text-overflow:ellipsis;} 用法
  11. 虚拟机Centos开机以后,有eth0网卡,但是没有IP,Determine IP information for eth0.. no link present check cable
  12. 基于搜狗搜索的微信公众号爬虫实现(C#版本)
  13. [Docker基础]Docker安装教程
  14. Linux Vim查找字符串
  15. Nginx+Tomcat+Https 服务器负载均衡配置
  16. Linux下的Sreen命令使用
  17. 漫画 | Spring AOP的底层原理是什么?
  18. BZOJ.3329.Xorequ(数位DP)
  19. NATS—消息通信模型
  20. 嵌入式开发之视频压缩比---h264、mjpeg、mpeg4

热门文章

  1. 如何测试Linux命令运行时间?
  2. ScheduledThreadPoolExecutor之remove方法
  3. lly的瞬移方块(并查集)
  4. MapReduce( map的使用)
  5. 泛型代码中的 default 关键字
  6. 项目组件:分页(pagination)
  7. flask-redirect
  8. javascript入门 之 ztree (六 结点的点击和展开/折叠事件)
  9. MySQL学习之路1-Mac下启动连接MySQL服务
  10. 数据结构-Python 列表(List)