# lazydocker を Homebrew, apk, MacPorts, Nix, pacman, scoop, winget でインストール

lazydocker のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:lazydocker
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install lazydocker
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lazydocker
```

  証拠: MacPorts ports tree: devel/lazydocker/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add lazydocker
```

  証拠: Alpine Linux edge package indexes: lazydocker from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#lazydocker
```

  証拠: nixpkgs package indexes: pkgs/by-name/la/lazydocker/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S lazydocker
```

  証拠: Arch Linux sync databases: lazydocker from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/lazydocker
```

  証拠: Scoop official bucket manifest trees: bucket/lazydocker.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id JesseDuffield.Lazydocker -e
```

  証拠: Windows Package Manager source index: JesseDuffield.Lazydocker from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:lazydocker
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.25.2
- **ソース概要:** Lazier way to manage everything docker
- **ホームページ:** <https://github.com/jesseduffield/lazydocker>
- **リポジトリ:** <https://github.com/jesseduffield/lazydocker>
- **最終更新:** 2026-07-26T13:40:59+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- lazydocker (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.25.2
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

- <https://api.github.com/repos/jesseduffield/lazydocker>
- <https://api.github.com/repos/jesseduffield/lazydocker/releases>
- <https://github.com/jesseduffield/lazydocker>
- <https://github.com/jesseduffield/lazygit>
- <https://www.docker.com>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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

- Linux: ~/.config/lazydocker/config.yml
- macOS: ~/Library/Application Support/jesseduffield/lazydocker/config.yml
- Windows: C:\Users\<User>\AppData\Roaming\lazydocker\config.yml
## 他のパッケージマネージャ記録

- Nix - lazydocker: normalized package name match | nixpkgs package indexes: pkgs/by-name/la/lazydocker/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - lazydocker - 0.25.2-r1: normalized package name match | Alpine Linux edge package indexes: lazydocker from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple terminal UI for both docker and docker-compose | https://github.com/jesseduffield/lazydocker
- pacman - lazydocker - 0.25.2-1: normalized package name match | Arch Linux sync databases: lazydocker from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A simple terminal UI for docker and docker-compose, written in Go with the gocui library. | https://github.com/jesseduffield/lazydocker
- MacPorts - lazydocker: normalized package name match | MacPorts ports tree: devel/lazydocker/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/lazydocker: normalized package name match | Scoop official bucket manifest trees: bucket/lazydocker.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - JesseDuffield.Lazydocker: normalized package name match | Windows Package Manager source index: JesseDuffield.Lazydocker from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/lazydocker.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lazydocker.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
