forked from containers/podman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Closes: containers#761 Approved by: baude
- Loading branch information
1 parent
07253fc
commit f9eb421
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters