We’re using Docker Hub for automated builds and that’s grand. However, we’re based out of Sydney and despite a high speed internet connection it can be painful to keep pulling images out of New York. Even with a decent cache in the local dockerhost every developer in the office is downloading gigabytes of images from Docker Hub.
Is there anyway to proxy tagged images into a local registry?
But the latest documentation suggests this is no longer an option:
Run a local registry mirror
The orginal content was deprecated. An archived version is available in the 1.7 documentation. For information about configuring mirrors with the latest Docker Registry version, please file a support request with the Distribution project. https://docs.docker.com/v1.8/articles/registry_mirror/