Modifier and Type | Method and Description |
---|---|
PushImageCmd |
DockerClient.pushImageCmd(Identifier identifier) |
PushImageCmd |
DockerClient.pushImageCmd(String name) |
Modifier and Type | Method and Description |
---|---|
PushImageCmd |
PushImageCmd.withAuthConfig(AuthConfig authConfig) |
PushImageCmd |
PushImageCmd.withName(String name) |
PushImageCmd |
PushImageCmd.withTag(String tag) |
Modifier and Type | Method and Description |
---|---|
PushImageCmd |
DockerClientImpl.pushImageCmd(Identifier identifier) |
PushImageCmd |
DockerClientImpl.pushImageCmd(String name) |
Modifier and Type | Class and Description |
---|---|
class |
PushImageCmdImpl
Push the latest image to the repository.
|
Modifier and Type | Method and Description |
---|---|
PushImageCmd |
PushImageCmdImpl.withAuthConfig(AuthConfig authConfig) |
PushImageCmd |
PushImageCmdImpl.withName(String name) |
PushImageCmd |
PushImageCmdImpl.withTag(String tag) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<PushResponseItem> |
PushImageCmdExec.callbackNotifier(PushImageCmd command,
ResultCallback<PushResponseItem> resultCallback) |
Modifier and Type | Method and Description |
---|---|
protected Void |
PushImageCmdExec.execute0(PushImageCmd command,
ResultCallback<PushResponseItem> resultCallback) |
Copyright © 2016. All Rights Reserved.