Skip to content

m7medVision/lazypodman

 
 

lazypodman

A simple terminal UI for Podman and Podman Compose, written in Go.

Gif

Why lazypodman

lazypodman is a fork from lazydocker but for podman.

Requirements

  • Podman installed
  • Podman socket enabled
  • a compose provider available through podman compose
  • Go 1.19+ for installation from source via go install

Installation

Install with Go:

go install github.com/m7medVision/lazypodman@latest

Quick Start

Example rootless setup:

systemctl --user enable --now podman.socket
lazypodman

Usage

Run:

lazypodman

Optional alias:

echo "alias lzp='lazypodman'" >> ~/.zshrc

Configuration

  • open the config from the project panel with o
  • edit the config directly with e
  • see docs/Config.md for available options and command templates

Contributing

Contributions are welcome. Open an issue or pull request in:

  • https://github.com/m7medVision/lazypodman

About

The lazier way to manage everything podman!

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors

Languages

  • Go 98.6%
  • Other 1.4%