File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ endif::[]
101
101
+
102
102
[source,terminal]
103
103
----
104
- sh-4.2# podman pull name.io/ image
104
+ sh-4.2# podman pull < name.io>/< image>
105
105
----
106
106
107
107
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
@@ -111,7 +111,7 @@ correctly place and later access the image in the registry:
111
111
+
112
112
[source,terminal]
113
113
----
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 >
115
115
----
116
116
endif::[]
117
117
+
@@ -128,6 +128,6 @@ to push the image.
128
128
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
129
129
[source,terminal]
130
130
----
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 >
132
132
----
133
133
endif::[]
You can’t perform that action at this time.
0 commit comments