docker-push-ssh
docker-push-ssh copied to clipboard
Push docker images from your local machine to remote servers without the hassle.
This change is copied from #10 which was never finished. It adds a 5-second timeout to the wget command as requested over there. I'm not sure why this change is...
Python 2 was abandoned , code uses some python 2 libararies like urllib2
@brthor asked me to post this issue. I don't have time to work on a PR through. This is a promising utility. I had to work through a) no py3...
* if there is a remote registry and add that as an option and push to it directly * Make remote registry as an optional and if not present use...
Waiting for the SSH tunnel to be ready should take place in the docker-push-ssh-tunnel container and not the host. This fixes issues where the calling container is unable to reach...
Hi, I'm looking for an approach to push images to remote. Currently I'm using docker save and load, which need to transfer the full image each time which is inefficient....
Setting up secure private registry... ERROR Warning: Permanently added 'x.x.x.x' (ECDSA) to the list of known hosts. docker: Error response from daemon: Conflict. The container name "/docker-push-ssh-registry" is already in...
I've not used pip before as I don't really develop with python, but I installed pip on my ubuntu instance with `sudo apt install python3-pip` and ran the requested `pip...