SUMMARY
Actual dockerRun configuration does not allow to use custom ports nor volumes and other elements to be added under the execution of the docker run command.
Elements to be modified
- Add ports element to manage the bindings.
- Add volumes element to manage volume mapping.
- Add externalHosts element to manage connectivity to not known hostnames.
You can take a preview of all this changes on the following PR #690