File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2948,7 +2948,7 @@ Tag existing images into image streams
2948
2948
# Tag an external Docker image.
2949
2949
oc tag --source=docker openshift/origin:latest yourproject/ruby:tip
2950
2950
2951
- # Tag an external Docker image and request pull-trough for it.
2951
+ # Tag an external Docker image and request pullthrough for it.
2952
2952
oc tag --source=docker openshift/origin:latest yourproject/ruby:tip --reference-policy=local
2953
2953
2954
2954
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
41
41
42
42
.PP
43
43
\fB \-\- reference \- policy \fP ="source"
44
- Allow to request pull \- trough for external image when set to 'local'. Defaults to 'source'.
44
+ Allow to request pullthrough for external image when set to 'local'. Defaults to 'source'.
45
45
46
46
.PP
47
47
\fB \-\- scheduled \fP =false
@@ -140,7 +140,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
140
140
# Tag an external Docker image.
141
141
oc tag \-\- source=docker openshift/origin:latest yourproject/ruby:tip
142
142
143
- # Tag an external Docker image and request pull \- trough for it.
143
+ # Tag an external Docker image and request pullthrough for it.
144
144
oc tag \-\- source=docker openshift/origin:latest yourproject/ruby:tip \-\- reference\- policy=local
145
145
146
146
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
41
41
42
42
.PP
43
43
\fB \-\- reference \- policy \fP ="source"
44
- Allow to request pull \- trough for external image when set to 'local'. Defaults to 'source'.
44
+ Allow to request pullthrough for external image when set to 'local'. Defaults to 'source'.
45
45
46
46
.PP
47
47
\fB \-\- scheduled \fP =false
@@ -140,7 +140,7 @@ Pass the \-\-insecure flag if your external registry does not have a valid HTTPS
140
140
# Tag an external Docker image.
141
141
openshift cli tag \-\- source=docker openshift/origin:latest yourproject/ruby:tip
142
142
143
- # Tag an external Docker image and request pull \- trough for it.
143
+ # Tag an external Docker image and request pullthrough for it.
144
144
openshift cli tag \-\- source=docker openshift/origin:latest yourproject/ruby:tip \-\- reference\- policy=local
145
145
146
146
You can’t perform that action at this time.
0 commit comments