Document URL: https://docs.openshift.com/dedicated/dev_guide/managing_images.html Section Number and Name: Accessing the Internal Registry Describe the issue: OSD customer's should not be accessing the internal registry via IP:port. Specifically, this line needs to be updated > $ docker login -u <user_name> -e <email_address> \ -p <token_value> <registry_server>:<port> Suggestions for improvement: "<registry_server>:<port>" should be updated with "OpenShift Dedicated registry URL" with a link to https://docs.openshift.com/dedicated/getting_started/access_your_services.html#access-your-cluster-overview to show the customer what their registry URL would look like. Additional information: None
Or replacing "<registry_server>:<port>" with "https://registry.<cluster-id>.openshift.com" directly may make the snippet cleaner. I'll leave the proper implementation up to the assignee.