Skip to content

解决国内无法直接拉取镜像的两种方法

Notifications You must be signed in to change notification settings

YUNDAN21/docker-pull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Github Actions

两种方法均是基于github actions,具体见docker_image_pusher和DockerTarBuilder

前者是将从github action下载的镜像推送到阿里云的镜像仓库https://cr.console.aliyun.com/

后者是将从github action下载的镜像上传到github自身服务器,然后下载下来离线镜像,最后使用docker load命令导入离线镜像,用上述两步代替docker pull

当然也可以采用镜像站的方法下载镜像

About

解决国内无法直接拉取镜像的两种方法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published