plugins/meta/portmap: add an iptables-based host port mapping plugin

This commit is contained in:
Casey Callendrello
2017-05-26 17:50:13 +02:00
parent 22cda76afb
commit a7aaf0e377
11 changed files with 1433 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Some CNI network plugins, maintained by the containernetworking team. For more i
### Meta: other plugins
* `flannel`: generates an interface corresponding to a flannel config file
* `tuning`: Tweaks sysctl parameters of an existing interface
* `portmap`: An iptables-based portmapping plugin. Maps ports from the host's address space to the container.
### Sample
The sample plugin provides an example for building your own plugin.