lazydocker

containers / infra
$ brew install lazydocker
Summary

Docker TUI, container management, and logs from the terminal.

  • lazydocker fits infra well, especially for docker tui, container management, and logs from the terminal.
  • 4,998 homebrew installs (30d).
  • Verify with `lazydocker --version` first.
  • Best treated as a human-first terminal tool.
  • Output is mostly text-first, so verify results before scripting around it.
infra-lazydocker-SKILL.md

Lazydocker guide

Docker TUI, container management, and logs from the terminal. Built by Jesse Duffield.

Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.

When to apply

  • docker tui, container management, and logs from the terminal.
  • You work with containers and infrastructure and want a fast terminal interface.
  • You need docker tui.
  • You need container management.
  • You need logs.

Quick reference

Installbrew install lazydocker
Verifylazydocker --version
First real commandlazydocker

Open CLI × skills.sh

Open CLI integrates lazydocker with the right skills.sh companions so you get the tool and the workflow together.

Deployment Automation

Recommended pairing

Open CLI recommends this skills.sh skill because it fits containers / infra workflows. Safer deployment routines with approvals, checks, and repeatable steps.

View on skills.sh
$ npx skills add https://github.com/supercent-io/skills-template --skill deployment-automation
Starter prompt

Use lazydocker together with the Deployment Automation skills.sh skill. Inspect the current project, verify prerequisites, and suggest the safest next deployment step before changing anything.

Why this tool

  • lazydocker fits infra well, especially for docker tui, container management, and logs from the terminal.
  • 4,998 homebrew installs (30d).
  • Verify with `lazydocker --version` first.

Watch-outs

  • Automation can be brittle.
  • Output is mostly plain text.
  • Start with read-only or dry-run commands.

Example workflow

1. lazydocker

Safe start

Step 1

Install lazydocker.

Step 2

Run `lazydocker --version` first.

Step 3

Start with `lazydocker`.

Step 4

Install the infra CLI and verify kubeconfig, Docker context, or cloud credentials.

Alternatives worth considering