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 |
---|---|
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) |
Copyright © 2015. All Rights Reserved.