I see this conf in many of the examples available in this repo: ``` "capabilities": { "portMappings": true, "dnsCapabilities": true }, ``` This should be fixed like this: ``` "capabilities": { "portMappings": true, "dns": true }, ```