summaryrefslogtreecommitdiff
path: root/libpod/network/cni/README.md
blob: 6f57feff51ba019fa22b7577e06c9c0f7b411d72 (plain)
1
2
3
4
5
6
7
8
9
10
This package abstracts CNI from libpod.
It implements the `ContainerNetwork` interface defined in [libpod/network/types/network.go](../types/network.go) for the CNI backend.


## Testing
Run the tests with:
```
go test -v -mod=vendor -cover ./libpod/network/cni/
```
Run the tests as root to also test setup/teardown. This will execute CNI and therefore the cni plugins have to be installed.