# cni-plugins を Homebrew, apk, Nix, pacman, zypper, scoop, MacPorts, dnf, apt でインストール

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

## インストール

```sh
sudo av install brew:cni-plugins
```

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

### macOS

- Homebrew (100%):

```sh
brew install cni-plugins
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dhcp
```

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

### Linux

- apk (92%):

```sh
sudo apk add cni-plugins
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#cni-plugins
```

  証拠: nixpkgs package indexes: cni-plugins from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S cni-plugins
```

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

- zypper (92%):

```sh
sudo zypper install cni-plugins
```

  証拠: openSUSE Tumbleweed package metadata: cni-plugins from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- dnf (92%):

```sh
sudo dnf install dhcp-client
```

  証拠: Fedora Rawhide package metadata: dhcp-client from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install vlan
```

  証拠: Debian stable package indexes: vlan from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

### Windows

- Scoop (92%):

```sh
scoop install main/cni-plugins
```

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

## パッケージ情報

- **パッケージキー:** brew:cni-plugins
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.9.1
- **ソース概要:** Container Network Interface plugins
- **ホームページ:** <https://www.cni.dev>
- **リポジトリ:** <https://github.com/containernetworking/plugins>
- **最終更新:** 2026-07-27T22:04:02+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bandwidth (エイリアス)
- dhcp (エイリアス)
- dummy (エイリアス)
- firewall (エイリアス)
- host-device (エイリアス)
- host-local (エイリアス)
- ipvlan (エイリアス)
- loopback (エイリアス)
- macvlan (エイリアス)
- portmap (エイリアス)
- ptp (エイリアス)
- sbr (エイリアス)
- static (エイリアス)
- tap (エイリアス)
- tuning (エイリアス)
- vlan (エイリアス)
- vrf (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

cni-plugins is the reference plugin collection for CNI, the Container Network Interface used by container runtimes and orchestrators to attach Linux and Windows containers to networks.

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

CNI originated at CoreOS as part of rkt and became a CNCF-hosted project in 2017. The CNI specification defines the runtime-to-plugin interface, while the separate containernetworking/plugins repository maintains practical plugins such as bridge, loopback, macvlan, ptp, host-local, static, dhcp, portmap, bandwidth, tuning, firewall, and others.

### 採用の歴史

CNI grew with the cloud-native container ecosystem because it gave runtimes a simple, vendor-neutral networking interface. CNCF's security self-assessment names Kubernetes, Mesos, CloudFoundry, CRI-O, and others as users, and this batch input records packaging across Homebrew, Nix, Arch, Scoop, openSUSE, Alpine, and other distributions.

### 使われ方

Administrators and runtimes place CNI network configuration on disk, commonly under /etc/cni/net.d on Linux, and invoke plugin binaries with CNI environment variables and JSON configuration. The plugin set supplies common interface-creating, IPAM, and meta plugins used directly or chained together.

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

Package nerds care because cni-plugins is infrastructure glue: tiny binaries with stable names that container runtimes expect to find on disk. Packaging it correctly matters more than its user interface, because the package quietly determines whether local Kubernetes, CRI-O, containerd, and lab container setups can create networks.

### タイムライン

- 2015: CNI spec v0.1.0 appears as the initial specification tag.
- 2017: CNCF announced hosting for Container Networking Interface.
- 2019: CNI maintainers presented introduction and deep-dive sessions at KubeCon/CloudNativeCon.
- 2020: Spec v1.0.0 removed non-list configurations.
- 2024: cni-plugins 1.x releases continued reference-plugin maintenance.

### Related projects

- containernetworking/cni contains the specification, Go libraries, and cnitool.
- Kubernetes, CRI-O, containerd integrations, Calico, Cilium, Flannel, Weave, and other network projects sit around the CNI plugin ecosystem.

### ソース

- <https://www.cni.dev/>
- <https://www.cni.dev/docs/>
- <https://www.cni.dev/docs/spec/>
- <https://github.com/containernetworking/plugins#readme>
- <https://www.cncf.io/blog/2017/05/23/cncf-hosts-container-networking-interface-cni/>
- <https://tag-security.cncf.io/community/assessments/projects/cni/self-assessment/>


## セキュリティノート

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration 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

- Linux: /etc/cni/net.d
## 他のパッケージマネージャ記録

- Nix - cni-plugins: normalized package name match | nixpkgs package indexes: cni-plugins from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - cni-plugins - 1.9.1-r3: normalized package name match | Alpine Linux edge package indexes: cni-plugins from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Some standard networking plugins, maintained by the CNI team | https://www.cni.dev/
- apk - cni-plugins-doc - 1.9.1-r3: normalized package name match | Alpine Linux edge package indexes: cni-plugins-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Some standard networking plugins, maintained by the CNI team (documentation) | https://www.cni.dev/
- pacman - cni-plugins - 1.9.1-1: normalized package name match | Arch Linux sync databases: cni-plugins from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Some standard networking plugins, maintained by the CNI team | https://github.com/containernetworking/plugins
- zypper - cni-plugins - 1.6.2-1.8: normalized package name match | openSUSE Tumbleweed package metadata: cni-plugins from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Container Network Interface plugins | https://github.com/containernetworking/plugins
- Scoop - main/cni-plugins: normalized package name match | Scoop official bucket manifest trees: bucket/cni-plugins.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- MacPorts - dhcp: installed executable or alias match | MacPorts ports tree: net/dhcp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - vlan - 2.0.5+nmu3: installed executable or alias match | Debian stable package indexes: vlan from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | ifupdown legacy integration for vlan configuration
- Nix - tap: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ta/tap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Nix - vlan: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/vl/vlan/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - vlan - 2.0.5ubuntu5: installed executable or alias match | Ubuntu 24.04 LTS package indexes: vlan from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | ifupdown integration for vlan configuration
- apk - vlan - 2.3-r1: installed executable or alias match | Alpine Linux edge package indexes: vlan from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Scripts for configuring VLAN network interfaces | https://wiki.alpinelinux.org/wiki/Vlan
- dnf - dhcp-client - 4.4.3-27.fc45: installed executable or alias match | Fedora Rawhide package metadata: dhcp-client from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Provides the ISC DHCP client daemon and dhclient-script | https://www.isc.org/dhcp/
- dnf - dhcp-common - 4.4.3-27.fc45: installed executable or alias match | Fedora Rawhide package metadata: dhcp-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Common files used by ISC dhcp client, server and relay agent | https://www.isc.org/dhcp/
- dnf - dhcp-devel - 4.4.3-27.fc45: installed executable or alias match | Fedora Rawhide package metadata: dhcp-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development headers and libraries for interfacing to the DHCP server | https://www.isc.org/dhcp/
- dnf - dhcp-devel-doc - 4.4.3-27.fc45: installed executable or alias match | Fedora Rawhide package metadata: dhcp-devel-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Developer's Guide for ISC DHCP | https://www.isc.org/dhcp/


## Combined YAML source

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