Skip to content

Commit

Permalink
Merge pull request #297 from CMiksche/main
Browse files Browse the repository at this point in the history
Document CNI build tag
  • Loading branch information
Luap99 authored Apr 12, 2024
2 parents 6b078ed + 5c725fe commit 89ca234
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,15 +499,6 @@ make BUILDTAGS="selinux seccomp"
sudo cp runc /usr/bin/runc
```

#### CNI plugins

#### Setup CNI networking

A proper description of setting up CNI networking is given in the [`cni` README](https://github.com/containers/podman/blob/main/cni/README.md).

A basic setup for CNI networking is done by default during the installation or make processes and
no further configuration is needed to start using Podman.

#### Add configuration

```bash
Expand Down Expand Up @@ -559,6 +550,7 @@ make BUILDTAGS='seccomp apparmor'
| Build Tag | Feature | Dependency |
| -------------------------------- | ---------------------------------- | ----------- |
| apparmor | apparmor support | libapparmor |
| cni | CNI networking | |
| exclude_graphdriver_btrfs | exclude btrfs | libbtrfs |
| exclude_graphdriver_devicemapper | exclude device-mapper | libdm |
| libdm_no_deferred_remove | exclude deferred removal in libdm | libdm |
Expand Down

0 comments on commit 89ca234

Please sign in to comment.