Skip to main content

Docker tar pusher to registry without docker daemon

Project description

FORK OF https://github.com/Razikus/dockerregistrypusher ! Credits go to original author.

What is this?

This package contains library dockertarpusher that allows to push image packed as tar (usually from docker save command) to docker registry

Usage of library:

from dockertarpusher import Registry

reg = Registry("http://localhost:5000", "tests/busybox.tar", login = "admin", password = "admin123")
reg.processImage()

Running

docker-tar-push {REGISTRYURL} {TARPATH} [login] [password] [--noSslVerify]

Why?

Because sometimes you will need only to repush image to registry, without full access to docker socket, docker client, so why then volume the whole socket?

License

Free to use (MIT)

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

dockertarpush-0.17.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

dockertarpush-0.17-py3-none-any.whl (6.4 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