Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated URL #4455

Merged
merged 1 commit into from
May 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions dev_guide/managing_images.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,8 @@ stream by manually pushing an image], or just to `docker pull` an image
directly.

ifdef::openshift-online[]
{product-title} (Next Gen) Developer Preview gives developers a hands-on preview
of the OpenShift platform in a hosted environment that includes access to an
internal registry located at *_registry.preview.openshift.com_*.
OpenShift Online gives developers a hands-on preview of the OpenShift platform
in a hosted environment that includes access to an internal registry.
endif::[]

The internal registry authenticates using the same
Expand Down Expand Up @@ -396,7 +395,7 @@ ifdef::atomic-registry,openshift-origin,openshift-enterprise,openshift-dedicated
-p <token_value> <registry_server>:<port>
endif::[]
ifdef::openshift-online[]
-p <token_value> https://registry.preview.openshift.com
-p <token_value> https://registry.<clusterID>.openshift.com
endif::[]
----
+
Expand Down