Skip to content

Container image management Python library and client

License

Notifications You must be signed in to change notification settings

joaompinto/ciman

Repository files navigation

CIMAN

Container Image MANager

PyPI - License PyPI PyPI - Downloads

About

This package provides a Container Image MANagement Python library and command line utility

ciman docker podman
Rootless install ✔️
Remote image info ✔️
Remote image history ✔️

Requirements

Python 3.6+

Install

pip install ciman

To use "run"

mkdir -p ~/.ciman/bin
curl -L https://github.com/proot-me/proot/releases/download/v5.3.0/proot-v5.3.0-x86_64-static -o ~/.ciman/bin/proot

How to use (command ine tool)

# show info for the bash image on github
ciman info bash

# show info for the bash image from the microsoft registry
ciman info mcr.microsoft.com/dotnet/samples

# show tags for an image
ciman tags mcr.microsoft.com/dotnet/samples

Environment variables

  • DOCKER_REGISTRY: name of the docker registry to use for images names not containing a registry prefix (default: registry-1.docker.io)
  • SSL_CERT_FILE: load CA certificate from the specified file instead of the default location

About

Container image management Python library and client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages