A simple terminal UI for Podman and Podman Compose, written in Go.
lazypodman is a fork from lazydocker but for podman.
- Podman installed
- Podman socket enabled
- a compose provider available through
podman compose - Go
1.19+for installation from source viago install
Install with Go:
go install github.com/m7medVision/lazypodman@latestExample rootless setup:
systemctl --user enable --now podman.socket
lazypodmanRun:
lazypodmanOptional alias:
echo "alias lzp='lazypodman'" >> ~/.zshrc- open the config from the project panel with
o - edit the config directly with
e - see
docs/Config.mdfor available options and command templates
Contributions are welcome. Open an issue or pull request in:
https://github.com/m7medVision/lazypodman
