# Installer docker-agent avec Homebrew, winget

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

## installation

```sh
sudo av install brew:docker-agent
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install docker-agent
```

  Preuve: local Homebrew formula metadata

### Windows

- winget (92%):

```sh
winget install --id Docker.Agent -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:docker-agent
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.120.0
- **Résumé source:** Agent Builder and Runtime by Docker Engineering
- **Page d'accueil:** <https://docker.github.io/docker-agent/>
- **Dépôt:** <https://github.com/docker/docker-agent>
- **Dernière mise à jour:** 2026-08-03T15:08:48Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- docker-agent (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Docker Agent is Docker's open source CLI for defining, running, and sharing AI agents from YAML or HCL configuration. The upstream README describes it as a docker CLI plugin that can run as docker agent, with multi-agent orchestration, MCP toolsets, provider-agnostic model support, RAG, and OCI registry distribution.

### Historique du projet

Docker Agent is a recent Docker Engineering project that applies Docker packaging habits to AI-agent workflows: declarative configuration, a CLI entry point, reusable toolsets, and distribution through registries. Its docs position it explicitly as an agent runner rather than a hosted SaaS or code framework.

### Historique d'adoption

The README documents three adoption channels: preinstallation in Docker Desktop 4.63 and later, Homebrew installation, and binary releases from GitHub. That makes it unusual among early AI-agent CLIs because Docker is trying to make the agent runtime feel like another Docker workflow rather than a separate Python or Node stack.

### Modes d'utilisation

Users write an agent.yaml file with model, instructions, and toolsets, then run it with docker agent run or docker-agent directly. The docs and README highlight coding agents, operations and SRE tasks, multi-agent teams, filesystem and shell tools, MCP integrations, local models through Docker Model Runner, and pushing or pulling agents through OCI registries.

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

For package-manager users, Docker Agent is notable because it packages a fast-moving AI-agent runtime as a CLI plugin in the Docker ecosystem. Its significance is still emerging, but it is a clear example of AI tooling being distributed through the same channels as container developer tools.

### Chronologie

- 2026: Upstream docs describe Docker Agent as a Docker tool for running AI agents from configuration.
- 2026: The README documents Docker Desktop 4.63+ bundling, Homebrew installation, and GitHub binary releases.
- 2026: The batch input lists Homebrew and winget package-manager entries.

### Related projects

- Docker Agent overlaps with Docker Model Runner, Docker's MCP catalog, general MCP servers, local-model runtimes, and AI coding-agent CLIs, but its official framing is Docker-native agent configuration and distribution.

### Sources

- <https://github.com/docker/docker-agent#readme>
- <https://docker.github.io/docker-agent/>
- <https://formulae.brew.sh/formula/docker-agent>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal


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

- Unix: ./agent.yaml
## Autres enregistrements de gestionnaires de paquets

- winget - Docker.Agent: normalized package name match | Windows Package Manager source index: Docker.Agent from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/docker-agent.yml](https://github.com/mxcl/pkgdb/blob/main/combined/docker-agent.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
