public interface ExportContainerCmd extends SyncDockerCmd<InputStream>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExportContainerCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
exec()
Its the responsibility of the caller to consume and/or close the
InputStream to prevent connection leaks. |
String |
getContainerId() |
ExportContainerCmd |
withContainerId(String containerId) |
@CheckForNull String getContainerId()
ExportContainerCmd withContainerId(@Nonnull String containerId)
InputStream exec() throws NotFoundException
InputStream to prevent connection leaks.exec in interface SyncDockerCmd<InputStream>NotFoundException - No such containerCopyright © 2026. All rights reserved.