# Installer lazydocker avec Homebrew, apk, MacPorts, Nix, pacman, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de lazydocker pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install lazydocker
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lazydocker
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:lazydocker
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.25.2
- **Résumé source:** Lazier way to manage everything docker
- **Page d'accueil:** <https://github.com/jesseduffield/lazydocker>
- **Dépôt:** <https://github.com/jesseduffield/lazydocker>
- **Dernière mise à jour:** 2026-07-26T13:40:59+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- lazydocker (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.25.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
