Merge pull request #551 from xieyanker/patch-1

dhcp: fix example configuration
This commit is contained in:
Dan Williams 2020-11-11 10:52:14 -06:00 committed by GitHub
commit 95248d8490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ With the daemon running, containers using the dhcp plugin can be launched.
```
{
"ipam": {
"type": "dhcp",
"type": "dhcp"
}
}