| Package | Description |
|---|---|
| io.fabric8.maven.docker.access | |
| io.fabric8.maven.docker.access.hc | |
| io.fabric8.maven.docker.model | |
| io.fabric8.maven.docker.service |
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
DockerAccess.getContainersForImage(String image)
Get all containers which are build from an image.
|
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
DockerAccessWithHcClient.getContainersForImage(String image) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerDetails |
class |
ContainersListElement |
| Modifier and Type | Method and Description |
|---|---|
Container |
QueryService.getContainer(String containerIdOrName)
Get a container running for a given container name.
|
Container |
QueryService.getLatestContainerForImage(String image)
Get the id of the latest container started for an image
|
Container |
QueryService.getMandatoryContainer(String containerIdOrName)
Get container by id
|
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
QueryService.getContainersForImage(String image)
Get all containers which are build from an image.
|
Copyright © 2018. All rights reserved.