Skip to content

Commit 73ec0c9

Browse files
committed
[BZ2057291]: Enhance the section
1 parent 0711704 commit 73ec0c9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

modules/registry-accessing-directly.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ endif::[]
101101
+
102102
[source,terminal]
103103
----
104-
$ podman pull name.io/image
104+
sh-4.2# podman pull name.io/image
105105
----
106106

107107
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
@@ -111,7 +111,7 @@ correctly place and later access the image in the registry:
111111
+
112112
[source,terminal]
113113
----
114-
$ podman tag name.io/image image-registry.openshift-image-registry.svc:5000/openshift/image
114+
sh-4.2# podman tag name.io/image image-registry.openshift-image-registry.svc:5000/openshift/image
115115
----
116116
endif::[]
117117
+
@@ -128,6 +128,6 @@ to push the image.
128128
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
129129
[source,terminal]
130130
----
131-
$ podman push image-registry.openshift-image-registry.svc:5000/openshift/image
131+
sh-4.2# podman push image-registry.openshift-image-registry.svc:5000/openshift/image
132132
----
133133
endif::[]

modules/registry-checking-the-status-of-registry-pods.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ As a cluster administrator, you can list the image registry pods running in the
1111
.Prerequisites
1212

1313
* You have access to the cluster as a user with the `cluster-admin` role.
14-
* You have installed the OpenShift CLI (`oc`).
1514
1615
.Procedure
1716

registry/accessing-the-registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif::[]
1414
You can access the registry directly to invoke `podman` commands. This allows
1515
you to push images to or pull them from the integrated registry directly using
1616
operations like `podman push` or `podman pull`. To do so, you must be logged in
17-
to the registry using the `oc login` command. The operations you can perform
17+
to the registry using the `podman login` command. The operations you can perform
1818
depend on your user permissions, as described in the following sections.
1919

2020
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]

0 commit comments

Comments
 (0)