podman/cni
Tristan Cacqueray f9eb421348 docs: fix contrib/cni broken link
This change updates the install.md documentation to reference the new
cni directory location. This change also restores the previously
deleted README.md with updated instructions.

Signed-off-by: Tristan Cacqueray <tdecacqu@redhat.com>

Closes: #761
Approved by: baude
2018-05-14 13:30:39 +00:00
..
87-podman-bridge.conflist Enable port bindings 2018-01-20 18:51:21 +00:00
README.md docs: fix contrib/cni broken link 2018-05-14 13:30:39 +00:00

cni

There are a wide variety of different CNI network configurations. This directory just contains an example configuration that can be used as the basis for your own configuration.

To use this configuration, place it in /etc/cni/net.d (or the directory specified by cni_config_dir in your libpod.conf).

In addition, you need to install the CNI plugins necessary into /opt/cni/bin (or the directory specified by cni_plugin_dir). The two plugins necessary for the example CNI configurations are portmap and bridge.