From e73547a6352042d27c6dc34574d08ae51f84ee65 Mon Sep 17 00:00:00 2001 From: Patrycja Guzik Date: Tue, 5 Apr 2022 23:33:18 +0200 Subject: Unify examples section across several man pages: pod rm/start/unpause Signed-off-by: Patrycja Guzik --- docs/source/markdown/podman-pod-start.1.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/source/markdown/podman-pod-start.1.md') diff --git a/docs/source/markdown/podman-pod-start.1.md b/docs/source/markdown/podman-pod-start.1.md index bab109212..45fc50c51 100644 --- a/docs/source/markdown/podman-pod-start.1.md +++ b/docs/source/markdown/podman-pod-start.1.md @@ -26,15 +26,30 @@ Read pod ID from the specified file and start the pod. Can be specified multipl ## EXAMPLE +Start pod with a given name +``` podman pod start mywebserverpod +``` +Start pods with given IDs +``` podman pod start 860a4b23 5421ab4 +``` +Start the latest pod created by Podman +``` podman pod start --latest +``` +Start all pods +``` podman pod start --all +``` +Start pod using ID specified in a given file +``` podman pod start --pod-id-file /path/to/id/file +``` ## SEE ALSO **[podman(1)](podman.1.md)**, **[podman-pod(1)](podman-pod.1.md)**, **[podman-pod-stop(1)](podman-pod-stop.1.md)** -- cgit v1.2.3-54-g00ecf