Skip to content

它是一个工作流。可快速构建指定架构/平台的docker镜像

License

Notifications You must be signed in to change notification settings

fc6a1b03/DockerTarBuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

更多信息请查阅源仓库

fork只是定制integration.yml将多份架构合并于一个actions工作中

操作

Pull and Save Docker Image

  • unzip docker-images-tar-xxx-xxxxx.zip 压缩包里不带目录,解压会将所有tar包放置当前目录中
  • 单个导入
docker load -i xxx.tar
  • 批量导入
for file in *.tar; do
  docker load -i "$file"
done

About

它是一个工作流。可快速构建指定架构/平台的docker镜像

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published