780781782783784785786787788789790
if (lxcConf != null) { startContainerCmd.withLxcConf(lxcConf); } Ports ports = DockerHelper.getProperty(DockerConstants.DOCKER_PORT_BINDINGS, configuration, message, Ports.class); if (ports != null) { startContainerCmd.withPortBindings(ports); }