A Bash script for managing Docker images by providing functionalities for saving, loading and transferring images.
The Docker Image Transfer script simplifies the management of Docker images. It offers the ability to save all Docker images, load images from files, and transfer images to a destination server using SCP.
Execute the script in a terminal to choose from the available options.
./docker-Image-transfer.shThe script provides the following options:
save: Save all Docker images to the current directory.load: Find and import Docker images from files.transfer: Transfer Docker images to a destination server using SCP. When choosing this option, the script will prompt you for the destination server's username, password, and address.
To select an option, run the script without any arguments and use the provided menu.
- Docker: Ensure Docker is installed and properly configured on your system.
This project is licensed under the MIT License.