Skip to content

cuilan/docker-image-tar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-image-tar

github workflow to build docker image tar.

linux/amd64

unzip docker-image-tar.zip
tar -zxvf amd64-image.tar.gz
docker load < ${image}.tar 

linux/386

unzip docker-image-tar.zip
tar -zxvf 386-image.tar.gz
docker load < ${image}.tar 

linux/arm64/v8

unzip docker-image-tar.zip
tar -zxvf arm64_v8-image.tar.gz
docker load < ${image}.tar 

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published