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.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmdImpl.withRegistry(String registry) |
PullImageCmd |
PullImageCmdImpl.withRepository(String repository) |
PullImageCmd |
PullImageCmdImpl.withTag(String tag) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<PullResponseItem> |
PullImageCmdExec.callbackNotifier(PullImageCmd command,
ResultCallback<PullResponseItem> resultCallback) |
Modifier and Type | Method and Description |
---|---|
protected Void |
PullImageCmdExec.execute0(PullImageCmd command,
ResultCallback<PullResponseItem> resultCallback) |
Copyright © 2017. All Rights Reserved.