From 27174ff3fb4ca56c9050eafd844a582eae7aa476 Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Sun, 21 Apr 2024 19:46:12 -0700 Subject: [PATCH] [CI:DOCS] format podman-pull example as code Signed-off-by: Morgan Bauer --- docs/source/markdown/podman-pull.1.md.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/markdown/podman-pull.1.md.in b/docs/source/markdown/podman-pull.1.md.in index 2046cbe9b0..f42981b36d 100644 --- a/docs/source/markdown/podman-pull.1.md.in +++ b/docs/source/markdown/podman-pull.1.md.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)**