| Package | Description |
|---|---|
| net.wouterdanes.docker.maven | |
| net.wouterdanes.docker.provider | |
| net.wouterdanes.docker.remoteapi |
| Modifier and Type | Method and Description |
|---|---|
ContainerInspectionResult |
StartedContainerInfo.getContainerInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDockerMojo.registerStartedContainer(String containerId,
ContainerInspectionResult container) |
| Constructor and Description |
|---|
StartedContainerInfo(String containerId,
ContainerInspectionResult containerInfo) |
| 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 |
|---|---|
ContainerInspectionResult |
ContainersService.inspectContainer(String containerId) |
Copyright © 2016. All Rights Reserved.