| Package | Description |
|---|---|
| net.wouterdanes.docker.maven | |
| net.wouterdanes.docker.provider | |
| net.wouterdanes.docker.provider.model |
| Constructor and Description |
|---|
StartContainerMojo(List<ContainerStartConfiguration> containers) |
| Modifier and Type | Method and Description |
|---|---|
ContainerInspectionResult |
RemoteDockerProvider.startContainer(ContainerStartConfiguration configuration) |
ContainerInspectionResult |
LocalDockerProvider.startContainer(ContainerStartConfiguration configuration) |
ContainerInspectionResult |
DockerProvider.startContainer(ContainerStartConfiguration configuration)
Starts a docker container and returns the ID of the started container
|
protected ContainerInspectionResult |
RemoteApiBasedDockerProvider.startContainer(ContainerStartConfiguration configuration,
ContainerStartRequest startRequest) |
| Modifier and Type | Method and Description |
|---|---|
ContainerStartConfiguration |
ContainerStartConfiguration.fromImage(String image)
Set the image name or id to use and returns the object so you can chain from/with statements.
|
ContainerStartConfiguration |
ContainerStartConfiguration.waitForStartup(String pattern) |
ContainerStartConfiguration |
ContainerStartConfiguration.withEnv(Map<String,String> env) |
ContainerStartConfiguration |
ContainerStartConfiguration.withHostname(String hostname) |
ContainerStartConfiguration |
ContainerStartConfiguration.withId(String id) |
ContainerStartConfiguration |
ContainerStartConfiguration.withLink(ContainerLink link) |
ContainerStartConfiguration |
ContainerStartConfiguration.withLinks(ContainerLink... links) |
ContainerStartConfiguration |
ContainerStartConfiguration.withMacAddress(String macAddress) |
ContainerStartConfiguration |
ContainerStartConfiguration.withStartupTimeout(int timeout) |
Copyright © 2016. All Rights Reserved.