Uses of Class
org.openqa.selenium.docker.ContainerConfig
-
Packages that use ContainerConfig Package Description org.openqa.selenium.docker org.openqa.selenium.docker.v1_40 -
-
Uses of ContainerConfig in org.openqa.selenium.docker
Methods in org.openqa.selenium.docker that return ContainerConfig Modifier and Type Method Description ContainerConfigContainerConfig. bind(java.util.Map<java.lang.String,java.lang.String> volumeBinds)ContainerConfigContainerConfig. env(java.util.Map<java.lang.String,java.lang.String> envVars)static ContainerConfigContainerConfig. image(Image image)ContainerConfigContainerConfig. map(Port containerPort, Port hostPort)Methods in org.openqa.selenium.docker with parameters of type ContainerConfig Modifier and Type Method Description ContainerDocker. create(ContainerConfig config)ContainerDockerProtocol. create(ContainerConfig info) -
Uses of ContainerConfig in org.openqa.selenium.docker.v1_40
Methods in org.openqa.selenium.docker.v1_40 with parameters of type ContainerConfig Modifier and Type Method Description ContainerV140Docker. create(ContainerConfig config)
-