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

View File

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