public final class DockerContainer extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerContainer.Builder |
static interface |
DockerContainer.HostPortProvider |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static DockerContainer.Builder |
forImage(String image) |
int |
getHostPort(int port) |
public int getHostPort(int port)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic static DockerContainer.Builder forImage(String image)
Copyright © 2012–2019. All rights reserved.