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
To push tar-packed image archives (created by docker save
) to registries without going through (and taxing) docker-daemon
Usage of CLI:
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
CLI structure
dockerregistrypusher [options] {TAR_PATH} {REGISTRY_URL}
For further help (duh)
dockerregistrypusher --help
To be able to run linting / formatting and other make
goodness, install with dev requirements
make install
Free to use (MIT)