DockerTemplateBase template = new DockerSimpleTemplate(xImage,
dnsString, xCommand,
volumesString, volumesFrom, lxcConfString, xHostname, bindPorts, bindAllPorts, privileged);
String containerId = template.provisionNew(client).getId();
LOGGER.info("Started container " + containerId);
getLaunchAction(build).started(client, containerId);
}