Package org.openqa.selenium.docker
Interface DockerProtocol
- All Known Implementing Classes:
V141Docker
public interface DockerProtocol
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ContainerConfig info) boolean
void
void
stopContainer
(ContainerId id, Duration timeout) version()
-
Method Details
-
version
String version() -
getImage
- Throws:
DockerException
-
create
-
startContainer
- Throws:
DockerException
-
isContainerPresent
- Throws:
DockerException
-
stopContainer
- Throws:
DockerException
-
inspectContainer
- Throws:
DockerException
-
getContainerLogs
- Throws:
DockerException
-