Merge pull request #428 from weibeld/master

bridge: add missing cniVersion in README example
This commit is contained in:
Bryan Boreham 2020-01-08 16:24:48 +00:00 committed by GitHub
commit e5fdd449dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa
## Example configuration
```
{
"cniVersion": "0.3.1",
"name": "mynet",
"type": "bridge",
"bridge": "mynet0",