Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
DockerClient.authConfig() |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
CreateContainerCmd.getAuthConfig() |
AuthConfig |
PullImageCmd.getAuthConfig() |
AuthConfig |
AuthCmd.getAuthConfig() |
AuthConfig |
PushImageCmd.getAuthConfig() |
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withAuthConfig(AuthConfig authConfig)
While using swarm classic, you can provide an optional auth config which will be used to pull images from a private registry,
if the swarm node does not already have the docker image.
|
PullImageCmd |
PullImageCmd.withAuthConfig(AuthConfig authConfig) |
AuthCmd |
AuthCmd.withAuthConfig(AuthConfig authConfig) |
PushImageCmd |
PushImageCmd.withAuthConfig(AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
AuthConfig.withAuth(java.lang.String auth) |
AuthConfig |
AuthConfig.withEmail(java.lang.String email) |
AuthConfig |
AuthConfig.withIdentityToken(java.lang.String identitytoken) |
AuthConfig |
AuthConfig.withPassword(java.lang.String password) |
AuthConfig |
AuthConfig.withRegistryAddress(java.lang.String registryAddress) |
AuthConfig |
AuthConfig.withRegistrytoken(java.lang.String registrytoken) |
AuthConfig |
AuthConfig.withUsername(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AuthConfig> |
AuthConfigurations.getConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
AuthConfigurations.addConfig(AuthConfig authConfig) |
Copyright © 2020. All Rights Reserved.