Skip to main content

A simple python program for managing container registry in private

Project description

Docker Registry Py

This is a simple python program to manage containers to upload, download and delete in private container regitry

To Install docker-registry-py use

pip install docker_registry_py

To use in your py program:

from docker_registry import container_registry

create an object with class Docker_registry in container_registry example:

x = container_registry.Docker_registry()

list of functions in container_registry.Docker_registry

Function Description parameters
is_container_running() return status true or false whether a container is running with given name or not container_name:str
check_repo_in_pvt_reg() prints the repos in private registry
setup_pvt_registry() starts private registry with a given conatiner name as class object
pull_image() Pulls image from docker hub if --no-private-reg or pulls image from private-container-registry by default image:str, private_reg: bool
push_image() Push image to private_container_registry image: str
delete_image() Deletes image from private_containe_registry by default image: str, private_reg:bool

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docker_registry_py-0.1.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

docker_registry_py-0.1.3-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page