yodle / docker-registry-client

A Python REST client for the Docker Registry
Apache License 2.0
58 stars 58 forks source link

Docker Registry Client

|Build Status| |pypi|

A Python REST client for the Docker Registry

It's useful for automating image tagging and untagging

.. |Build Status| image:: https://travis-ci.org/yodle/docker-registry-client.svg?branch=master :target: https://travis-ci.org/yodle/docker-registry-client :alt: Build status

.. |pypi| image:: https://img.shields.io/pypi/v/docker-registry-client.svg :target: https://pypi.python.org/pypi/docker-registry-client :alt: Latest version released on PyPI

Usage

The API provides several classes: DockerRegistryClient, Repository, and Image.

DockerRegistryClient has the following methods:

Repository has the following methods:

Image has the following methods:

Alternatives