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

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)**