public class Docker
extends java.lang.Object
| Constructor and Description |
|---|
Docker(org.openqa.selenium.remote.http.HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
Container |
create(ContainerInfo info) |
java.util.Optional<Image> |
findImage(java.util.function.Predicate<Image> filter) |
java.util.List<Image> |
listImages() |
Image |
pull(java.lang.String name,
java.lang.String tag) |