# Installer containerd

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

## installation

```sh
sudo av install brew:containerd
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install containerd
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add containerd
```

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

- Debian apt (92%):

```sh
sudo apt install containerd
```

  Preuve: Debian stable package indexes: containerd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install containerd
```

  Preuve: Fedora Rawhide package metadata: containerd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/13ee7b80cb813542594d4235c4a0b8695435d5ecf23dd3580bc7515ae1b6180d-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#containerd
```

  Preuve: nixpkgs package indexes: pkgs/by-name/co/containerd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S containerd
```

  Preuve: Arch Linux sync databases: containerd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install containerd
```

  Preuve: openSUSE Tumbleweed package metadata: containerd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/155b97171d05e27afd950b6fe0d55513ff38f4597110664535bceedc680bbe6fd459f0733718dcc21dcf0efc7c8250fd1390c73d4790b42e62fb2c16a87242e5-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/containerd
```

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

## Faits du paquet

- **Clé du paquet:** brew:containerd
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/containerd>
- **Version:** 2.3.1
- **Résumé source:** Open and reliable container runtime
- **Page d'accueil:** <https://containerd.io>
- **Dépôt:** <https://github.com/containerd/containerd>
- **Docs amont:** <https://containerd.io>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/containerd/containerd/archive/refs/tags/v2.3.1.tar.gz>
- **Mis à jour:** 2026-05-21T01:05:29Z
- **Source générée:** 2026-05-26T22:45:13+00:00

## exécutables

- containerd (cli)
- containerd-shim-runc-v2 (cli)
- containerd-stress (cli)
- ctr (cli)
- containerd (alias)
- containerd-shim-runc-v2 (alias)
- containerd-stress (alias)
- ctr (alias)

## Dépendances de compilation

- go
- go-md2man

## Comportement d'installation

- hook post-installation: non défini
- Service: declared
- Caveats: The macOS version of containerd does not natively support running containers. You need to install an additional runtime plugin such as nerdbox (not packaged in Homebrew yet) to run containers on this build of containerd. To run the Linux native version of containerd in Linux Machine (Lima), execute the following commands: brew install lima limactl start
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## fraîcheur

- page générée: 2026-05-26
- version du gestionnaire: 2.3.1
- gestionnaire mis à jour: 2026-05-21
- données locales: ok
- dépôt amont: https://github.com/containerd/containerd
- dernière version détectée: v2.3.1 (current)

## Notes de sécurité

formula declares a Homebrew service. generalized runtime or code generation signal.

- **Risque Geiger:** orange / medium
- formula declares a Homebrew service
- generalized runtime or code generation signal
- infrastructure mutation or orchestration signal

## Liens liés

- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [go-md2man](https://www.automicvault.com/pkg/brew/go-md2man/) - Build dependency declared by Homebrew.
- [docker-engine](https://www.automicvault.com/pkg/brew/docker-engine/) - Popular package that depends on this formula.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/)

## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
