this Docker version is not on the list of validated versions: 24.0.7. Latest validated version: 20.1

这篇具有很好参考价值的文章主要介绍了this Docker version is not on the list of validated versions: 24.0.7. Latest validated version: 20.1。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

this docker version is not on the list of validated versions: 24.0.7. latest,10 运维部署,docker,容器,运维

报错信息可以看出跟docker的版本有关系,意思是:此 Docker 版本不在已验证版本列表中:24.0.7。 最新验证版本:20.10

降低docker版本到20.10

1、查看当前仓库支持的docker版本

yum list docker-ce --showduplicates | sort -r

this docker version is not on the list of validated versions: 24.0.7. latest,10 运维部署,docker,容器,运维

2、降低docker版本到3:20.10.9-3.el8

语法: yum downgrade --setopt=obsoletes=0 -y docker-ce-v e r s i o n d o c k e r c e s e l i n u x {version} docker-ce-selinux-versiondockerceselinux{version}

降低docker版本到3:20.10.9-3.el8   

yum downgrade --setopt=obsoletes=0 -y docker-ce-3:20.10.9-3.el8  docker-ce-cli-3:20.10.9-3.el8 containerd.io

3、查看降级后版本

systemctl start docker

docker version文章来源地址https://www.toymoban.com/news/detail-802774.html

到了这里,关于this Docker version is not on the list of validated versions: 24.0.7. Latest validated version: 20.1的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • npm WARN cli npm vxxx does not support Node.js vxxx. This version of npm supports the following

    npm 与 node 的版本不匹配,如果不想切换node,将npm卸载再安装即可 npm与node版本匹配查看 卸载npm npm uninstall npm -g 安装指定版本的npm npm install npm@{版本号} -g 示例: npm install npm@5.6.0 -g 安装完成之后,使用命令查看版本 npm --version 建议不要使用cnpm安装,会有各种莫名其妙的bug出

    2024年02月04日
    浏览(62)
  • Hive插入数据警告:Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions

    启动Hadoop,使用 hiveserver2 启动Hive的JDBC服务并使用IDE连接到Hive,创建表成功,但是INSERT插入数据时经过长时间加载后无法得到预期结果,插入不成功。IDE最终也会提示错误,但仅仅是一个网络异常。Linux控制台显示警告: 然后使用 hive 命令换为Hive的控制台操作,结果依旧如

    2024年02月04日
    浏览(46)
  • this version of the Java Runtime only recognizes class file versions up to 52.0

    博客上很多博主说这个是jdk版本的问题,我所有地方都设置的是jdk1.8,但还是报错 Caused by: java.lang.UnsupportedClassVersionError: org/springframework/cloud/bootstrap/RefreshBootstrapRegistryInitializer has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only re

    2024年02月11日
    浏览(115)
  • Spring问题解决: Java Runtime (class file version 55.0), this version of the Java Runtim

    ch/qos/logback/classic/spi/LogbackServiceProvider has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 这只是版本不匹配。已经使用 Java 版本 11 编译了您的代码,而您当前的 JRE 是版本 8。请尝试将您的 JR降级

    2024年02月11日
    浏览(70)
  • Failed to execute ‘removeChild‘ on ‘Node‘: The node to be removed is not a child of this node.

    在React项目开发的时候遇到了这种报错,曾经百思不得其解。之前一个表格的时候都是好好的, 但是这次用了tabs切换两个表格之后就出现了这个问题... 发现问题的操作就是:页面刷新之后直接点击tabs默认显示的表格中的某个单元格就直接报错了。 可能是如下报错信息,这个

    2024年02月12日
    浏览(46)
  • 彻底解决this version of the Java Runtime only recognizes class file versions up to 52.0

    这个错误的意思是当时开发程序的人使用的JDK的版本要比你现在运行的环境上的JDK版本高。比如他是使用JDK11开发的,然后把程序打包好,你下载了他的jar包到本地运行,然后报错,可能你本地的JDK版本是低于11的,所以报错。 安装JDK21就行。继续看文章下面的对应关系,就知

    2024年02月02日
    浏览(55)
  • 【已解决】this version of the Java Runtime only recognizes class file versions up to 52.0

    在把springboot项目打包了jar之后,准备本地运行一下 然后报错: 编译版本和运行版本不一致,可能是编译版本高于运行版本导致的 修改pom.xml, 将此版本改为 java -version 版本 为 spring-boot-maven-plugin 增加 parent的版本号 如果没指定spring-boot-maven-plugin 的版本,就会拿取最新的版本打

    2023年04月16日
    浏览(125)
  • RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd

    在pycharm上报错RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd 即RuntimeError:根据API版本0xe编译的模块,但这个版本的numpy是0xd 是因为numpy的版本较低,本文最初使用的版本是numpy 1.23.2,然后对numpy进行了升级,最后升级的版本为numpy 1.23.4。 查看numpy版本: 本文

    2024年02月13日
    浏览(40)
  • idea 报错Java Runtime (class file version 61.0), this version of the Java Runtime only ...55.0

    RootLogLevelConfigurator has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 55对应jdk11,61对应jdk17. 查看自己pom文件中java的版本,将版本改为11 setting中版本改为11 project structure中版本改为11 pom中指定spring

    2024年02月08日
    浏览(54)
  • 解决RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe

    安装d2l包后import tensorflow as tf 时报以下错误 解决方法:升级numpy到最新版本 查看版本 原因分析: numpy是作为构建依赖项安装的,后来安装d2l包时被固定版本(numpy==1.21.5)替换,导致了上面显示的“编译冲突” 注:tensorflow 和 d2l 可能存在的依赖项冲突如下(目前仅发现nump

    2024年02月16日
    浏览(49)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包