public interface LoadImageCmd extends SyncDockerCmd<java.lang.Void>
Modifier and Type | Interface and Description |
---|---|
static interface |
LoadImageCmd.Exec |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getImageStream() |
LoadImageCmd |
withImageStream(java.io.InputStream imageStream) |
exec
@CheckForNull java.io.InputStream getImageStream()
LoadImageCmd withImageStream(@Nonnull java.io.InputStream imageStream)
imageStream
- the InputStream of the tar fileCopyright © 2019. All Rights Reserved.