Skip to content

ziyan/docker-juggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-juggle

This util helps compressing docker images before manually moving them to other hosts. This is especially useful if you have large docker images and layers that you make minor incremental changes to, and that your environment prevents you from using a docker registry.

Install

pip install git+https://github.com/ziyan/docker-juggle.git

Compress

docker save <image-tag> | docker-juggle-compress <previous-known-image-tag> > compressed.tar.gz

Decompress

cat compressed.tar.gz | docker-juggle-decompress | docker load

About

Juggling large docker images between hosts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages