Docker Repack
Docker repack rewrites Docker images to optimize for faster pulls.
It turns this:
$
docker pull original
Into this:
$
docker pull repacked
Docker repack rewrites Docker images to optimize for faster pulls.
It turns this:
docker pull original
Into this:
docker pull repacked