Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command | |
com.github.dockerjava.core | |
com.github.dockerjava.core.command | |
com.github.dockerjava.jaxrs |
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) |
Copyright © 2015. All Rights Reserved.