245246247248249250251252
launcher, retentionStrategy, nodeProperties); } public ContainerInspectResponse provisionNew() throws DockerException { DockerClient dockerClient = getParent().connect(); return provisionNew(dockerClient); }