Skip to content

Commit 6a2e064

Browse files
committed
Removing port 5000 because it is the default port
1 parent 2d05c43 commit 6a2e064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/migration-creating-registry-route-for-dim.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ ifdef::advanced-migration-options-3-4[]
2525
+
2626
[source,terminal]
2727
----
28-
$ oc create route passthrough --service=docker-registry --port=5000 -n default
28+
$ oc create route passthrough --service=docker-registry -n default
2929
----
3030
endif::[]
3131

3232
* To create a route to an {product-title} 4 registry, run the following command:
3333
+
3434
[source,terminal]
3535
----
36-
$ oc create route passthrough --service=image-registry --port=5000 -n openshift-image-registry
36+
$ oc create route passthrough --service=image-registry -n openshift-image-registry
3737
----

0 commit comments

Comments
 (0)