[CI:DOCS] format podman-pull example as code

Signed-off-by: Morgan Bauer <bauer.morgan@gmail.com>
This commit is contained in:
Morgan Bauer
2024-04-21 19:46:12 -07:00
parent 7b95a8af80
commit 27174ff3fb

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