diff options
Diffstat (limited to 'docs/podman-wait.1.md')
-rw-r--r-- | docs/podman-wait.1.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/podman-wait.1.md b/docs/podman-wait.1.md index 3868928dd..74ccdbe0c 100644 --- a/docs/podman-wait.1.md +++ b/docs/podman-wait.1.md @@ -24,13 +24,15 @@ to run containers such as CRI-O, the last started container could be from either ## EXAMPLES - podman wait mywebserver +``` +$ podman wait mywebserver - podman wait --latest +$ podman wait --latest - podman wait 860a4b23 +$ podman wait 860a4b23 - podman wait mywebserver myftpserver +$ podman wait mywebserver myftpserver +``` ## SEE ALSO podman(1), crio(8) |