Package | Description |
---|---|
io.fabric8.maven.docker | |
io.fabric8.maven.docker.service | |
io.fabric8.maven.docker.service.helper |
Modifier and Type | Method and Description |
---|---|
protected GavLabel |
AbstractDockerMojo.getGavLabel() |
Modifier and Type | Method and Description |
---|---|
GavLabel |
WatchService.WatchContext.getGavLabel() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
|
Modifier and Type | Method and Description |
---|---|
StartContainerExecutor.Builder |
StartContainerExecutor.Builder.gavLabel(GavLabel gavLabel) |
Copyright © 2020. All rights reserved.