Package | Description |
---|---|
io.fabric8.maven.docker | |
io.fabric8.maven.docker.service |
Modifier and Type | Method and Description |
---|---|
protected PomLabel |
AbstractDockerMojo.getPomLabel() |
Modifier and Type | Method and Description |
---|---|
PomLabel |
WatchService.WatchContext.getPomLabel() |
Modifier and Type | Method and Description |
---|---|
String |
RunService.createAndStartContainer(ImageConfiguration imageConfig,
PortMapping portMapping,
PomLabel pomLabel,
Properties mavenProps,
File baseDir)
Create and start a container with the given image configuration.
|
WatchService.WatchContext.Builder |
WatchService.WatchContext.Builder.pomLabel(PomLabel pomLabel) |
void |
ContainerTracker.registerContainer(String containerId,
ImageConfiguration imageConfig,
PomLabel pomLabel)
Register a started container to this tracker
|
Collection<io.fabric8.maven.docker.service.ContainerTracker.ContainerShutdownDescriptor> |
ContainerTracker.removeShutdownDescriptors(PomLabel pomLabel)
Get all shutdown descriptors for a given pom label and remove it from the tracker.
|
void |
RunService.stopStartedContainers(boolean keepContainer,
boolean removeVolumes,
boolean removeCustomNetworks,
PomLabel pomLabel)
Stop all registered container
|
Copyright © 2018. All rights reserved.