Pull multiple Docker images at once and then tarball them
This script will create a group of worker threads that will simultaneously pull docker images to your local docker instance. It then tarballs and gzips them using pigz. This allows for multithreaded compression and is significantly faster.
- script tested with
docker==7.0.0
pip package - script tested with
pigz 2.6
, pigz - script tested with Python 3.10