-
Notifications
You must be signed in to change notification settings - Fork 10
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.
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.
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.
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.