Modifier and Type | Method and Description |
---|---|
CreateImageCmd |
DockerClient.createImageCmd(String repository,
InputStream imageStream) |
Modifier and Type | Method and Description |
---|---|
CreateImageCmd |
CreateImageCmd.withImageStream(InputStream imageStream) |
CreateImageCmd |
CreateImageCmd.withRepository(String repository) |
CreateImageCmd |
CreateImageCmd.withTag(String tag)
Deprecated.
use repo:tag format for repository
|
Modifier and Type | Method and Description |
---|---|
CreateImageCmd |
DockerClientImpl.createImageCmd(String repository,
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 |
---|---|
protected CreateImageResponse |
CreateImageCmdExec.execute(CreateImageCmd command) |
Modifier and Type | Method and Description |
---|---|
protected CreateImageResponse |
CreateImageCmdExec.execute(CreateImageCmd command) |
Copyright © 2016. All Rights Reserved.