Quantcast
Viewing all articles
Browse latest Browse all 60

How to efficiently copy multiple Docker images between two air gapped repositories?

I need to efficiently copy Docker images between two air gapped repositories. The current method of saving images to disk and transferring them as tarballs is time-consuming, so I am looking for a process that will:

  1. Eliminate redundant image layers by only copying each layer once, even if it is used by multiple images.
  2. Avoid copying layers that already exist in the remote repository.

Is this possible? How can I do it?


Viewing all articles
Browse latest Browse all 60

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>