Uses of Class
com.oracle.bedrock.runtime.docker.DockerPlatform
-
Packages that use DockerPlatform Package Description com.oracle.bedrock.runtime.docker com.oracle.bedrock.runtime.docker.machine -
-
Uses of DockerPlatform in com.oracle.bedrock.runtime.docker
Methods in com.oracle.bedrock.runtime.docker that return DockerPlatform Modifier and Type Method Description static DockerPlatformDockerPlatform. clientAt(com.oracle.bedrock.runtime.Platform platform, Docker environment)static DockerPlatformDockerPlatform. localClient()Obtain aDockerPlatformusing theLocalPlatformas the clientPlatformand automatically configuring the Docker environment.static DockerPlatformDockerPlatform. localClient(Docker environment)Obtain aDockerPlatformusing theLocalPlatformas the clientPlatformand using the specifiedDockerenvironment. -
Uses of DockerPlatform in com.oracle.bedrock.runtime.docker.machine
Subclasses of DockerPlatform in com.oracle.bedrock.runtime.docker.machine Modifier and Type Class Description classDockerMachinePlatformAn implementation of aRemotePlatformthat is associated with a Docker Machine VM.
-