Uses of Class
de.iip_ecosphere.platform.ecsRuntime.docker.DockerSetup
-
Uses of DockerSetup in de.iip_ecosphere.platform.ecsRuntime.docker
Fields in de.iip_ecosphere.platform.ecsRuntime.docker declared as DockerSetupMethods in de.iip_ecosphere.platform.ecsRuntime.docker that return DockerSetupModifier and TypeMethodDescriptionstatic DockerSetupDockerSetup.readFromYaml()Reads aDockerSetupinstance from aAbstractSetup.DEFAULT_FNAMEin the root folder of the jar/classpath.Methods in de.iip_ecosphere.platform.ecsRuntime.docker with parameters of type DockerSetupModifier and TypeMethodDescriptionprivate StringDockerContainerManager.tryPull(DockerSetup setup, com.github.dockerjava.api.DockerClient dockerClient, DockerContainerDescriptor container) Tries to pull the container if a registry is given.