Package org.openqa.selenium.docker.v1_41
Class V141Docker
java.lang.Object
org.openqa.selenium.docker.v1_41.V141Docker
- All Implemented Interfaces:
DockerProtocol
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ContainerConfig config) boolean
void
void
stopContainer
(ContainerId id, Duration timeout) version()
-
Constructor Details
-
V141Docker
-
-
Method Details
-
version
- Specified by:
version
in interfaceDockerProtocol
-
getImage
- Specified by:
getImage
in interfaceDockerProtocol
- Throws:
DockerException
-
create
- Specified by:
create
in interfaceDockerProtocol
-
isContainerPresent
- Specified by:
isContainerPresent
in interfaceDockerProtocol
- Throws:
DockerException
-
startContainer
- Specified by:
startContainer
in interfaceDockerProtocol
- Throws:
DockerException
-
stopContainer
- Specified by:
stopContainer
in interfaceDockerProtocol
- Throws:
DockerException
-
inspectContainer
- Specified by:
inspectContainer
in interfaceDockerProtocol
- Throws:
DockerException
-
getContainerLogs
- Specified by:
getContainerLogs
in interfaceDockerProtocol
- Throws:
DockerException
-