String |
RunService.createAndStartContainer(ImageConfiguration imageConfig,
PortMapping portMapping,
GavLabel gavLabel,
Properties properties,
File baseDir,
String defaultContainerNamePattern,
Date buildTimestamp) |
Create and start a container with the given image configuration.
|
String |
RunService.createContainer(ImageConfiguration imageConfig,
PortMapping portMapping,
GavLabel gavLabel,
Properties properties,
File baseDir,
String defaultContainerNamePattern,
Date buildTimestamp) |
Create a container with the given image configuration.
|
List<RunService.ContainerDescriptor> |
RunService.getContainers(GavLabel gavLabel) |
Get all started containers.
|
List<io.fabric8.maven.docker.service.ContainerTracker.ContainerShutdownDescriptor> |
ContainerTracker.getShutdownDescriptors(GavLabel gavLabel) |
Get all shutdown descriptors for a given pom label.
|
WatchService.WatchContext.Builder |
WatchService.WatchContext.Builder.pomLabel(GavLabel gavLabel) |
|
void |
ContainerTracker.registerContainer(String containerId,
ImageConfiguration imageConfig,
GavLabel gavLabel) |
Register a started container to this tracker
|
Collection<io.fabric8.maven.docker.service.ContainerTracker.ContainerShutdownDescriptor> |
ContainerTracker.removeShutdownDescriptors(GavLabel gavLabel) |
Get all shutdown descriptors for a given pom label and remove it from the tracker.
|
void |
RunService.stopStartedContainers(boolean keepContainer,
boolean removeVolumes,
boolean removeCustomNetworks,
GavLabel gavLabel) |
Stop all registered container
|