matuszewski / podman-loader

Script that automatically loads image archives ( *.tar or others ) from specified directories to podman as a ready-to-use images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    About

    Script that automatically loads image archives ( *.tar or others ) from specified directories to podman as a ready-to-use images

    License:GNU General Public License v3.0


    Languages

    Language:Python 80.4%Language:Shell 19.6%