Comment by matt_kantor

7 hours ago

Depending on your use case, you may not require a hosted registry at all. You could instead push images to your servers from wherever they're built.

I use a little script[0] to automate that when deploying some personal projects, but really it could be as simple as `docker save`/`scp`/`docker load` (especially for a one-off situation or when the images are small).

[0]: https://github.com/mkantor/docker-pushmi-pullyu