We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c93dfd + bb4dfd6 commit b29613fCopy full SHA for b29613f
content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
@@ -191,7 +191,7 @@ Here is a manifest for an example Pod that needs access to your Docker credentia
191
Download the above file onto your computer:
192
193
```shell
194
-curl -L -O my-private-reg-pod.yaml https://k8s.io/examples/pods/private-reg-pod.yaml
+curl -L -o my-private-reg-pod.yaml https://k8s.io/examples/pods/private-reg-pod.yaml
195
```
196
197
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