compression - Is there a way to pre-compress docker images before pushing? -


i'm in progress of pushing docker images through internet our host. seeing docker compresses images on fly, , cli reports total image size before compression, used nethogs watch uploading progress - seemed stalling because of compression, upload speeds way below expected them be.

i expect uploading image quite few times - there way can cache docker's compressed image , push through later?


Comments