Skip to content

Registry installation

Dmitry Fleytman edited this page Mar 7, 2017 · 3 revisions

Rebuild environments registry installation


Rebuild can store published environments in either private docker registry, Docker Hub or native Rebuild registry that may be deployed on any file system directory or mount point.

Installing private docker registry


See https://docs.docker.com/engine/installation/ for detailed description of docker registry server installation process.

See also https://docs.docker.com/registry/insecure/ for simplified case of insecure registry installation which is great for evaluation and home use purposes.

Having docker registry installed see Client configuration chapter for further instructions.

Installing native Rebuild registry


Native Rebuild registry does not require installation. Just create a directory or mount a remote storage and put its path to Rebuild configuration file. Rebuild will recognize and populate it automatically on the first use.

Consult Client configuration chapter for information regarding Rebuild configuration file.

Using the Docker Hub


For Docker Hub, no local installation is needed. Just put your Docker Hub namespace and repository into the rebuild configuration file as described at Client configuration chapter.