podman-tui
Terminal UI for Podman containers
TLDR
SYNOPSIS
podman-tui
DESCRIPTION
podman-tui is a terminal user interface for the Podman environment. It uses Podman Go bindings to talk to a local or remote Podman machine (including over SSH). You can browse and manage containers, images, pods, volumes, networks, and related resources without leaving the terminal.Compatibility: release-2.x targets Podman v6, release-1.x targets Podman v5, release-0.x targets Podman v4. Install from packages or build from source (see upstream install guide).
PARAMETERS
Interactive application; primary control is via key bindings rather than CLI subcommands. Common keys:m
Command menus
Sort menul / h
Next / previous screenk / j
Move up / downTab
Switch widgetsEsc
Close active dialogCtrl+c
Exit
INSTALL
CAVEATS
Requires podman.socket (or podman system service) for the API. SSH key passphrases need CONTAINER_PASSPHRASE. Uses 256-color mode on Unix-like systems. Match podman-tui major version to your Podman major version.
SEE ALSO
podman(1), docker(1), lazydocker(1), ctop(1)
