public interface LoadImageCmd extends SyncDockerCmd<Void>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadImageCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getImageStream() |
LoadImageCmd |
withImageStream(InputStream imageStream) |
exec@CheckForNull InputStream getImageStream()
LoadImageCmd withImageStream(@Nonnull InputStream imageStream)
imageStream - the InputStream of the tar fileCopyright © 2025. All rights reserved.