Skip to main content

A docker registry client command line utility and Python library

Project description

drclient

A docker registry client command line utility and Python library

PyPi Code style: black

Overview

drclient uses the Docker registry REST API to interact with the registry not requiring a Docker daemon to be installed.

Features

  • Get information about a remote image
  • Pull images from a docker registry into:
    • a local directory
    • a tar file

Installation

pip install drclient

Usage

Get information for the busybox image

drclient info busybox

Pull the busybox image into a temporary directory

drclient pull busybox

Pull the busybox image into a named directory

drclient pull busybox -d /tmp/busybox

Pull the busybox image into a tar file

drclient pull busybox -t /tmp/busybox.tar

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

drclient-0.0.7.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

drclient-0.0.7-py3-none-any.whl (12.9 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