This project created to store or save images that will use with docker-compose to run a project. If any of the images did not exist on local machine, it will pull it from its registery and then continue.
Copy the exporter.sh
file at same level of your docker-compose.yml
or docker-compose.yaml
and run command below (replace your custom export file name with my-file-name
):
$ bash exporter.sh my-file-name
e.g:
$ bash exporter.sh images.tar.gz
The output is a file containing all images which will use in targeted docker-compose.yml
or docker-compose.yaml
.
Happy Coding π