Package | Description |
---|---|
io.fabric8.maven.docker.access | |
io.fabric8.maven.docker.access.hc | |
io.fabric8.maven.docker.model | |
io.fabric8.maven.docker.service | |
io.fabric8.maven.docker.util |
Modifier and Type | Method and Description |
---|---|
List<Container> |
DockerAccess.getContainersForImage(String image,
boolean all)
Get all containers which are build from an image.
|
List<Container> |
DockerAccess.listContainers(boolean all)
List all containers from the Docker server.
|
Modifier and Type | Method and Description |
---|---|
List<Container> |
DockerAccessWithHcClient.getContainersForImage(String image,
boolean all) |
List<Container> |
DockerAccessWithHcClient.listContainers(boolean all) |
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,
boolean all)
Get all containers which are build from an image.
|
List<Container> |
QueryService.listContainers(boolean all)
List all containers on the Docker server.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Container> |
ContainerNamingUtil.getContainersToStop(ImageConfiguration image,
String defaultContainerNamePattern,
Date buildTimestamp,
Collection<Container> containers)
Keep only the entry with the higest index if an indexed naming scheme for container has been chosen.
|
Modifier and Type | Method and Description |
---|---|
static String |
ContainerNamingUtil.formatContainerName(ImageConfiguration image,
String defaultContainerNamePattern,
Date buildTimestamp,
Collection<Container> existingContainers) |
static Collection<Container> |
ContainerNamingUtil.getContainersToStop(ImageConfiguration image,
String defaultContainerNamePattern,
Date buildTimestamp,
Collection<Container> containers)
Keep only the entry with the higest index if an indexed naming scheme for container has been chosen.
|
Copyright © 2021. All rights reserved.