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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for dockertarpush-0.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19393d50f80f3c472f896cc444c619998673846b2993d33a14244665c976d40f |
|
MD5 | 1a0b6fb2bc9c9b53cfc11c7c0b18a073 |
|
BLAKE2b-256 | 011f041f3eb001def637e54d17143b98d00b8afc39c31b21ebe60488e7051a69 |