Skip to content

Tankilevitch/dockerregistrypusher

 
 

Repository files navigation

What is this?

This package contains dockerregistrypusher CLI that allows to push image packed as tar (usually from docker save command) to a docker registry This project was forked from Adam Raźniewski's dockerregistrypusher but with changes and adjustments to iguazio's needs as a CLI
All rights reserved to the original author Adam

Why?

To push tar-packed image archives (created by docker save) to registries without going through (and taxing) docker-daemon

Usage of CLI:

installation

Install and create a symlink at /usr/local/bin/dockerregistrypusher (requires sudo)

./install

Or, install without symlink creation (no elevated permissions needed)

./install --no-link

Running the CLI

CLI structure

dockerregistrypusher [options] {TAR_PATH} {REGISTRY_URL}

For further help (duh)

dockerregistrypusher --help

Development

To be able to run linting / formatting and other make goodness, install with dev requirements

make install

License

Free to use (MIT)

About

Push your docker tarred image without docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.9%
  • Makefile 2.0%
  • Shell 0.1%