| Package | Description |
|---|---|
| org.eclipse.jkube.kit.build.service.docker | |
| org.eclipse.jkube.kit.build.service.docker.helper |
| Modifier and Type | Method and Description |
|---|---|
String |
RunService.execInContainer(String containerId,
String command,
org.eclipse.jkube.kit.config.image.ImageConfiguration imageConfiguration)
Create and start a Exec container with the given image configuration.
|
void |
RunService.stopContainer(String containerId,
org.eclipse.jkube.kit.config.image.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 © 2023. All rights reserved.