| 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 |
|---|---|
String |
RunService.createAndStartContainer(ImageConfiguration imageConfig,
PortMapping mappedPorts,
PomLabel pomLabel,
Properties mavenProps)
Create and start a container with the given image configuration.
|
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,
PomLabel pomLabel)
Stop all registered container
|
Copyright © 2016. All Rights Reserved.