An open API service indexing awesome lists of open source software.

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

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

  • python 2.7+
  • podman_load.sh


    podman_monitor.sh


    podman_clean.sh


    Use password protected SSH key
    git clone git@github.com:matuszewski/podman-loader.git

    chmod +x podman_load.sh

    chmod +x podman_monitor.sh

    chmod +x podman_clean.sh