mirror of
https://github.com/containers/podman.git
synced 2025-07-02 08:47:43 +08:00
Merge pull request #22453 from MHBauer/format-docs-example
[CI:DOCS] format podman-pull example as code
This commit is contained in:
@ -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)**
|
||||
|
Reference in New Issue
Block a user