Skip to content

Export and save all used images in docker-compose file to single file πŸ˜‰

Notifications You must be signed in to change notification settings

ARTM2000/docker-compose-image-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

docker-compose image exporter

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.

Instruction

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 πŸ˜‰

About

Export and save all used images in docker-compose file to single file πŸ˜‰

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages