Merge pull request #22453 from MHBauer/format-docs-example

[CI:DOCS] format podman-pull example as code
This commit is contained in:
openshift-merge-bot[bot] 2024-04-22 10:16:48 +00:00 committed by GitHub
commit ac963a7036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -210,8 +210,10 @@ Storing signatures
```
Pull an image with up to 6 retries, delaying 10 seconds between retries in quet mode.
```
$ podman --remote pull -q --retry 6 --retry-delay 10s ubi9
4d6addf62a90e392ff6d3f470259eb5667eab5b9a8e03d20b41d0ab910f92170
```
## SEE ALSO
**[podman(1)](podman.1.md)**, **[podman-push(1)](podman-push.1.md)**, **[podman-login(1)](podman-login.1.md)**, **[containers-certs.d(5)](https://github.com/containers/image/blob/main/docs/containers-certs.d.5.md)**, **[containers-registries.conf(5)](https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md)**, **[containers-transports(5)](https://github.com/containers/image/blob/main/docs/containers-transports.5.md)**