Merge pull request #209 from angelachin/readme-bandwidth-update

Updated README to include bandwidth plugin
This commit is contained in:
Gabe Rosenhouse 2018-10-05 10:02:21 -07:00 committed by GitHub
commit 726759b29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,12 +19,13 @@ Read [CONTRIBUTING](CONTRIBUTING.md) for build and test instructions.
* `win-overlay`: Creates an overlay interface to the container.
### IPAM: IP address allocation
* `dhcp`: Runs a daemon on the host to make DHCP requests on behalf of the container
* `host-local`: maintains a local database of allocated IPs
* `host-local`: Maintains a local database of allocated IPs
### Meta: other plugins
* `flannel`: generates an interface corresponding to a flannel config file
* `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.
* `bandwidth`: Allows bandwidth-limiting through use of traffic control tbf (ingress/egress).
### Sample
The sample plugin provides an example for building your own plugin.