When creating a network allow more options that are not currently documented. The current docker API allows for these options: ``` { "name": str, "driver": str, "ipam": { "driver": str. "config": [{ "subnet": str, "iprange": str, "gateway": str, "auxaddresses": map }] }, "options": map } ```