Docker image push over SSH (distributed)
问题 TL;DR Basically, I am looking for this: docker push myimage ssh://myvps01.vpsprovider.net/ I am failing to grasp the rationale behind whole Docker Hub / Registry thing. I know I can run a private registry, but for that I have to set up the infrastructure of actually running a server. I took a sneak peek inside the inner workings of Docker (well, the filesystem at least), and it looks like Docker image layers are just a bunch of tarballs, more or less, with some elaborate file naming. I