Automic VaultAutomic Vault

brew

Install lazydocker with Homebrew, apk, MacPorts, Nix, pacman, scoop, winget

Lazier way to manage everything docker. Version 0.25.2 via Homebrew; verified 2026-04-19.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install lazydocker

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install lazydocker

MacPorts ports tree · devel/lazydocker/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add lazydocker

Alpine Linux edge package indexes · lazydocker · source: dl-cdn.alpinelinux.org

Nixverified · 92%
nix profile install nixpkgs#lazydocker

nixpkgs package indexes · pkgs/by-name/la/lazydocker/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S lazydocker

Arch Linux sync databases · lazydocker · source: geo.mirror.pkgbuild.com

Windows

Scoopverified · 92%
scoop install main/lazydocker

Scoop official bucket manifest trees · bucket/lazydocker.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id JesseDuffield.Lazydocker -e

Windows Package Manager source index · JesseDuffield.Lazydocker · source: cdn.winget.microsoft.com

overview

Package summary

Lazier way to manage everything docker

Commands and aliases

  • lazydocker

history

Project history and usage

lazydocker is Jesse Duffield's terminal UI for Docker and Docker Compose. It extends the same keyboard-first, command-wrapping philosophy as lazygit into container management.

Project history

The public GitHub repository was created on May 18, 2019. Public releases include v0.1.3 on June 18, 2019, v0.23.0 on October 11, 2023, v0.24.0 on November 23, 2024, and v0.25.2 on April 19, 2026.

Adoption history

The README documents installation through Homebrew, Scoop, Chocolatey, asdf, binary releases, Go, Arch AUR, Docker, and other routes. GitHub repository metadata recorded 51,545 stars on July 1, 2026, and the README displayed sponsor and contributor sections, signs of a mature community-maintained developer tool rather than a one-off helper script.

How it is used

lazydocker gives one terminal window for container state, logs, restarts, shell access, and Docker Compose workflows. Its README frames the tool as an answer to juggling `docker compose ps`, logs, restarts, and multiple terminal windows.

Why package nerds care

For package nerds, lazydocker is a canonical Homebrew-era TUI: it does not replace Docker, it makes an existing command ecosystem navigable. It is also a companion study to lazygit in how Go TUIs became popular package-manager staples for daily developer operations.

Timeline

  • 2019: Public GitHub repository created
  • 2019: v0.1.3 release published
  • 2023: v0.23.0 release published
  • 2024: v0.24.0 release published
  • 2026: v0.25.2 release published

Related projects

  • Docker and Docker Compose are the core tools lazydocker wraps. lazygit is the sibling Jesse Duffield project that established the same style of terminal UI for Git.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Linux
~/.config/lazydocker/config.yml
macOS
~/Library/Application Support/jesseduffield/lazydocker/config.yml
Windows
C:\Users\<User>\AppData\Roaming\lazydocker\config.yml

executables

Installed executables

CommandKindExposureNote
lazydockercliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-07
manager version0.25.2
manager updated2026-04-19
local dataok
upstreamcurrent
latest detectedv0.25.2

https://github.com/jesseduffield/lazydocker

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:lazydocker
Version0.25.2
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/lazydocker
Homepagehttps://github.com/jesseduffield/lazydocker
Repositoryhttps://github.com/jesseduffield/lazydocker
Upstream docshttps://github.com/jesseduffield/lazydocker#readme
LicenseMIT
Source archivehttps://github.com/jesseduffield/lazydocker/archive/refs/tags/v0.25.2.tar.gz
Last updated2026-04-19T04:34:00Z
Pulseupdated
Build dependenciesgo
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelazydocker
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

lazydocker

nix profile install nixpkgs#lazydocker
  • normalized package name match
  • Matched by: Lazydocker
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/la/lazydocker/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

lazydocker 0.24.4-r4

Simple terminal UI for both docker and docker-compose

https://github.com/jesseduffield/lazydocker

sudo apk add lazydocker
  • License: MIT
  • Architecture: x86_64
  • Source Package: lazydocker
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Lazydocker
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lazydocker from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

lazydocker 0.25.2-1

A simple terminal UI for docker and docker-compose, written in Go with the gocui library.

https://github.com/jesseduffield/lazydocker

sudo pacman -S lazydocker
  • License: MIT
  • Architecture: x86_64
  • normalized package name match
  • Matched by: Lazydocker
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: lazydocker from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

lazydocker

sudo port install lazydocker
  • normalized package name match
  • Matched by: Lazydocker
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/lazydocker/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/lazydocker

scoop install main/lazydocker
  • normalized package name match
  • Matched by: Lazydocker
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/lazydocker.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

JesseDuffield.Lazydocker

winget install --id JesseDuffield.Lazydocker -e
  • normalized package name match
  • Matched by: Lazydocker
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: JesseDuffield.Lazydocker from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment