Modifier and Type | Method and Description |
---|---|
CreateImageCmd |
DockerClient.createImageCmd(java.lang.String repository,
java.io.InputStream imageStream) |
Modifier and Type | Method and Description |
---|---|
CreateImageCmd |
CreateImageCmd.withImageStream(java.io.InputStream imageStream) |
CreateImageCmd |
CreateImageCmd.withPlatform(java.lang.String platform) |
CreateImageCmd |
CreateImageCmd.withRepository(java.lang.String repository) |
CreateImageCmd |
CreateImageCmd.withTag(java.lang.String tag)
Deprecated.
use repo:tag format for repository
|
Modifier and Type | Method and Description |
---|---|
CreateImageCmd |
DockerClientImpl.createImageCmd(java.lang.String repository,
java.io.InputStream imageStream) |
Modifier and Type | Class and Description |
---|---|
class |
CreateImageCmdImpl
Create an image by importing the given stream of a tar file.
|
Modifier and Type | Method and Description |
---|---|
CreateImageCmd |
CreateImageCmdImpl.withPlatform(java.lang.String platform) |
Modifier and Type | Method and Description |
---|---|
protected CreateImageResponse |
CreateImageCmdExec.execute(CreateImageCmd command) |
Modifier and Type | Method and Description |
---|---|
protected CreateImageResponse |
CreateImageCmdExec.execute(CreateImageCmd command) |
Copyright © 2019. All Rights Reserved.