Skip to content

Commit 4fec3f0

Browse files
authored
Merge pull request #56625 from xenolinux/brackets
OCPBUGS#5448: Add brackets to user-defined values
2 parents 4f2ffd7 + 55e498b commit 4fec3f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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-
sh-4.2# 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-
sh-4.2# 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-
sh-4.2# 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::[]

0 commit comments

Comments
 (0)