Modifier and Type | Method and Description |
---|---|
PullImageCmd |
DockerClient.pullImageCmd(java.lang.String repository)
* IMAGE API *
|
Modifier and Type | Method and Description |
---|---|
PullImageCmd |
PullImageCmd.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmd.withPlatform(java.lang.String tag) |
PullImageCmd |
PullImageCmd.withRegistry(java.lang.String registry) |
PullImageCmd |
PullImageCmd.withRepository(java.lang.String repository) |
PullImageCmd |
PullImageCmd.withTag(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
PullImageCmd |
DockerClientImpl.pullImageCmd(java.lang.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.withPlatform(java.lang.String platform) |
PullImageCmd |
PullImageCmdImpl.withRegistry(java.lang.String registry) |
PullImageCmd |
PullImageCmdImpl.withRepository(java.lang.String repository) |
PullImageCmd |
PullImageCmdImpl.withTag(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
PullImageCmdExec.execute0(PullImageCmd command,
ResultCallback<PullResponseItem> resultCallback) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<PullResponseItem> |
PullImageCmdExec.callbackNotifier(PullImageCmd command,
ResultCallback<PullResponseItem> resultCallback) |
Copyright © 2019. All Rights Reserved.