https://github.com/matuszewski/podman-loader
Script that automatically loads image archives ( *.tar or others ) from specified directories to podman as a ready-to-use images
https://github.com/matuszewski/podman-loader
automation containers podman podman-compose
Last synced: about 1 year ago
JSON representation
Script that automatically loads image archives ( *.tar or others ) from specified directories to podman as a ready-to-use images
- Host: GitHub
- URL: https://github.com/matuszewski/podman-loader
- Owner: matuszewski
- License: gpl-3.0
- Created: 2020-01-21T13:05:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T22:48:07.000Z (over 5 years ago)
- Last Synced: 2023-12-29T01:23:58.989Z (over 2 years ago)
- Topics: automation, containers, podman, podman-compose
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# podman-loader
A simple but applicative python script that automatically loads container images from specified directory to podman local image repository.
It uses all sorts of file extensions.
Usage
$ cd directory_with_tar_images
$ python podman_loader.py
Make the script executable
$ chmod +x podman_loader.py
Run
$ ./podman_loader.py
Dependencies
podman_load.sh
podman_monitor.sh
podman_clean.sh
Use password protected SSH key
git clone git@github.com:matuszewski/podman-loader.gitchmod +x podman_load.shchmod +x podman_monitor.shchmod +x podman_clean.sh