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 |
---|---|
AuthConfig |
DockerClient.authConfig() |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
SaveImageCmd.getAuthConfig() |
AuthConfig |
PushImageCmd.getAuthConfig() |
AuthConfig |
PullImageCmd.getAuthConfig() |
AuthConfig |
AuthCmd.getAuthConfig() |
Modifier and Type | Method and Description |
---|---|
SaveImageCmd |
SaveImageCmd.withAuthConfig(AuthConfig authConfig) |
PushImageCmd |
PushImageCmd.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmd.withAuthConfig(AuthConfig authConfig) |
AuthCmd |
AuthCmd.withAuthConfig(AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
DockerClientImpl.authConfig() |
AuthConfig |
DockerClientConfig.effectiveAuthConfig(String imageName) |
AuthConfig |
AuthConfigFile.resolveAuthConfig(String hostname) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
AbstrAuthCfgDockerCmd.getAuthConfig() |
Modifier and Type | Method and Description |
---|---|
T |
AbstrAuthCfgDockerCmd.withAuthConfig(AuthConfig authConfig) |
Constructor and Description |
---|
AbstrAuthCfgDockerCmd(DockerCmdExec<T,RES_T> execution,
AuthConfig authConfig) |
AuthCmdImpl(AuthCmd.Exec exec,
AuthConfig authConfig) |
PullImageCmdImpl(PullImageCmd.Exec exec,
AuthConfig authConfig,
String repository) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstrDockerCmdExec.registryAuth(AuthConfig authConfig) |
Copyright © 2015. All Rights Reserved.