Skip to content

Commit b29613f

Browse files
authored
Merge pull request #37233 from bel-gacem/patch-2
Fix curl command in pull-image-private-registry.md
2 parents 8c93dfd + bb4dfd6 commit b29613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Here is a manifest for an example Pod that needs access to your Docker credentia
191191
Download the above file onto your computer:
192192

193193
```shell
194-
curl -L -O my-private-reg-pod.yaml https://k8s.io/examples/pods/private-reg-pod.yaml
194+
curl -L -o my-private-reg-pod.yaml https://k8s.io/examples/pods/private-reg-pod.yaml
195195
```
196196

197197
In file `my-private-reg-pod.yaml`, replace `<your-private-image>` with the path to an image in a private registry such as:

0 commit comments

Comments
 (0)