diff options
author | Xueyuan Chen <x.chen-47@student.tudelft.nl> | 2022-02-26 23:07:25 +0100 |
---|---|---|
committer | Xueyuan Chen <X.Chen-47@student.tudelft.nl> | 2022-03-01 00:18:39 +0100 |
commit | 40c6192e9e3da7f2f3f54365c89b4b837ed74fd8 (patch) | |
tree | b3e4505fbcac2d9e9f2ec99bf4401d56483f7546 /docs/source/markdown | |
parent | c39dffe83db9fa3cfa6897b971956821f1bbcce2 (diff) | |
download | podman-40c6192e9e3da7f2f3f54365c89b4b837ed74fd8.tar.gz podman-40c6192e9e3da7f2f3f54365c89b4b837ed74fd8.tar.bz2 podman-40c6192e9e3da7f2f3f54365c89b4b837ed74fd8.zip |
Add the names flag for pod logs
Fixes containers#13261
Signed-off-by: Xueyuan Chen <X.Chen-47@student.tudelft.nl>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-pod-logs.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-pod-logs.1.md b/docs/source/markdown/podman-pod-logs.1.md index 53aa5d58b..880853000 100644 --- a/docs/source/markdown/podman-pod-logs.1.md +++ b/docs/source/markdown/podman-pod-logs.1.md @@ -28,6 +28,10 @@ chance that the log file will be removed before `podman pod logs` reads the fina Instead of providing the pod name or id, get logs of the last created pod. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines) +#### **--names**, **-n** + +Output the container names instead of the container IDs in the log. + #### **--since**=*TIMESTAMP* Show logs since TIMESTAMP. The --since option can be Unix timestamps, date formatted timestamps, or Go duration |