On this page
部署容器镜像,报错容器镜像not found
docker版本太低,需要升级docker版本
Step1,执行yum remove docker docker-common docker-client
Step2,执行curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
Step3,运行容器镜像
Last updated 02 Sep 2025, 10:36 CST.