Package | Description |
---|---|
io.fabric8.maven.docker | |
io.fabric8.maven.docker.service | |
io.fabric8.maven.docker.service.helper |
Modifier and Type | Method and Description |
---|---|
protected void |
StopMojo.executeInternal(ServiceHub hub) |
void |
StartMojo.executeInternal(ServiceHub hub)
Hook for subclass for doing the real job
|
protected abstract void |
AbstractDockerMojo.executeInternal(ServiceHub serviceHub)
Hook for subclass for doing the real job
|
Modifier and Type | Method and Description |
---|---|
String |
RunService.execInContainer(String containerId,
String command,
ImageConfiguration imageConfiguration)
Create and start a Exec container with the given image configuration.
|
void |
RunService.stopContainer(String containerId,
ImageConfiguration imageConfig,
boolean keepContainer,
boolean removeVolumes)
Stop a container immediately by id.
|
void |
RunService.stopPreviouslyStartedContainer(String containerId,
boolean keepContainer,
boolean removeVolumes)
Lookup up whether a certain has been already started and registered.
|
void |
RunService.stopStartedContainers(boolean keepContainer,
boolean removeVolumes,
boolean removeCustomNetworks,
GavLabel gavLabel)
Stop all registered container
|
Modifier and Type | Method and Description |
---|---|
String |
StartContainerExecutor.startContainers() |
Copyright © 2020. All rights reserved.