mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 19:35:43 +00:00
add the ability for users to specify more than one container at a time while using podman logs. If more than one container is being displayed, podman will also prepend a shortened container id of the container on the log line. also, enabled the podman-remote logs command during the refactoring of the above ability. fixes issue #2219 Signed-off-by: baude <bbaude@redhat.com> |
||
|---|---|---|
| .. | ||
| shortcuts | ||
| client.go | ||
| containers.go | ||
| containers_remote.go | ||
| images_remote.go | ||
| info_remote.go | ||
| pods.go | ||
| pods_remote.go | ||
| runtime.go | ||
| runtime_remote.go | ||
| volumes_remote.go | ||