Jump to content

Command Crate ¿about?

List specific container by name (podman)

podman container ls -a --filter name="$container" --format "{{.Names}}"

Displays the name of a specific container in podman using a custom filter and format.

containers [kb:193]