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 |
---|---|
PullImageCmd |
DockerClient.pullImageCmd(String repository)
* IMAGE API *
|
Modifier and Type | Method and Description |
---|---|
PullImageCmd |
PullImageCmd.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmd.withRegistry(String registry) |
PullImageCmd |
PullImageCmd.withRepository(String repository) |
PullImageCmd |
PullImageCmd.withTag(String tag) |
Modifier and Type | Method and Description |
---|---|
PullImageCmd |
DockerClientImpl.pullImageCmd(String repository)
* IMAGE API *
|
Modifier and Type | Class and Description |
---|---|
class |
PullImageCmdImpl
Pull image from repository.
|
Modifier and Type | Method and Description |
---|---|
PullImageCmd |
PullImageCmdImpl.withRegistry(String registry) |
PullImageCmd |
PullImageCmdImpl.withRepository(String repository) |
PullImageCmd |
PullImageCmdImpl.withTag(String tag) |
Modifier and Type | Method and Description |
---|---|
protected InputStream |
PullImageCmdExec.execute(PullImageCmd command) |
Copyright © 2015. All Rights Reserved.