From f9eb421348bcb582907e60a9b4496239cbd2e92d Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sun, 13 May 2018 02:43:31 +0000 Subject: 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 Closes: #761 Approved by: baude --- cni/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cni/README.md (limited to 'cni') diff --git a/cni/README.md b/cni/README.md new file mode 100644 index 000000000..d35bc4111 --- /dev/null +++ b/cni/README.md @@ -0,0 +1,15 @@ +## `cni` ## + +There are a wide variety of different [CNI][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][cni] 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`. + +[cni]: https://github.com/containernetworking/plugins -- cgit v1.2.3-54-g00ecf