> @@ -136,6 +140,14 @@ public DockerComputeServiceAdapter(DockerApi api) {
> .publishAllPorts(true)
> .privileged(true);
>
> + if (templateOptions.getDirectPorts().isPresent()) {Maybe it is better to use the docker naming `portBindings` instead of `directPorts` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/162/files#r27814405
