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 |
---|---|
BuildImageCmd |
DockerClient.buildImageCmd(File dockerFolder) |
BuildImageCmd |
DockerClient.buildImageCmd(InputStream tarInputStream) |
Modifier and Type | Method and Description |
---|---|
BuildImageCmd |
BuildImageCmd.withNoCache() |
BuildImageCmd |
BuildImageCmd.withNoCache(boolean noCache) |
BuildImageCmd |
BuildImageCmd.withQuiet() |
BuildImageCmd |
BuildImageCmd.withQuiet(boolean quiet) |
BuildImageCmd |
BuildImageCmd.withRemove() |
BuildImageCmd |
BuildImageCmd.withRemove(boolean rm) |
BuildImageCmd |
BuildImageCmd.withTag(String tag) |
BuildImageCmd |
BuildImageCmd.withTarInputStream(InputStream tarInputStream) |
Modifier and Type | Method and Description |
---|---|
BuildImageCmd |
DockerClientImpl.buildImageCmd(File dockerFolder) |
BuildImageCmd |
DockerClientImpl.buildImageCmd(InputStream tarInputStream) |
Modifier and Type | Class and Description |
---|---|
class |
BuildImageCmdImpl
Build an image from Dockerfile.
|
Modifier and Type | Method and Description |
---|---|
protected InputStream |
BuildImageCmdExec.execute(BuildImageCmd command) |
Copyright © 2015. All Rights Reserved.