podman-ps

ps List Podman containers. More information: https://docs.podman.io/en/latest/markdown/podman-ps.1.html. List currently running…

podman ps

List Podman containers. More information: https://docs.podman.io/en/latest/markdown/podman-ps.1.html.

podman ps

podman ps --all

podman ps --latest

podman ps --filter="name={{name}}"

podman ps --filter "ancestor={{image}}:{{tag}}"

podman ps --all --filter="exited={{code}}"

podman ps --filter="status={{status}}"

podman ps --filter="volume={{path/to/directory}}" --format "table {{.ID}}\t{{.Image}}\t{{.Names}}\t{{.Mounts}}"

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← podman-machine podman-rmi →