diff options
author | Adam Miller <admiller@redhat.com> | 2015-07-29 10:29:18 -0500 |
---|---|---|
committer | Adam Miller <admiller@redhat.com> | 2015-07-29 10:29:18 -0500 |
commit | 4fdfe20baf60aadcdad259be84f71d93d5946d2a (patch) | |
tree | 89016853dca220882dab84c45b2e73bdfb5d8cb7 | |
parent | 1c1e57e6d24a7430651caa87c52b9b22ea96132d (diff) | |
download | openshift-4fdfe20baf60aadcdad259be84f71d93d5946d2a.tar.gz openshift-4fdfe20baf60aadcdad259be84f71d93d5946d2a.tar.bz2 openshift-4fdfe20baf60aadcdad259be84f71d93d5946d2a.tar.xz openshift-4fdfe20baf60aadcdad259be84f71d93d5946d2a.zip |
add link to persistent storage config docs for docker-registry
-rw-r--r-- | README_origin.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README_origin.md b/README_origin.md index fb0931132..f13fe660a 100644 --- a/README_origin.md +++ b/README_origin.md @@ -99,10 +99,13 @@ oadm router --create=true \ On the master host: ```sh oadm registry --create=true \ - --credentials=/etc/openshift/master/openshift-registry.kubeconfig \ - --mount-host=/var/lib/openshift/docker-registry + --credentials=/etc/openshift/master/openshift-registry.kubeconfig ``` +If you would like persistent storage, refer to the +[OpenShift documentation](https://docs.openshift.org/latest/admin_guide/install/docker_registry.html) +for more information on deployment options for the built in docker-registry. + ## Overriding detected ip addresses and hostnames Some deployments will require that the user override the detected hostnames and ip addresses for the hosts. To see what the default values will be you can |