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() |
AuthConfig |
DockerClientDelegate.authConfig() |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
CreateServiceCmd.getAuthConfig() |
AuthConfig |
PushImageCmd.getAuthConfig() |
AuthConfig |
CreateContainerCmd.getAuthConfig() |
AuthConfig |
AuthCmd.getAuthConfig() |
AuthConfig |
PullImageCmd.getAuthConfig() |
Modifier and Type | Method and Description |
---|---|
CreateServiceCmd |
CreateServiceCmd.withAuthConfig(AuthConfig authConfig) |
PushImageCmd |
PushImageCmd.withAuthConfig(AuthConfig authConfig) |
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.
|
AuthCmd |
AuthCmd.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmd.withAuthConfig(AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
AuthConfig.withAuth(String auth) |
AuthConfig |
AuthConfig.withEmail(String email) |
AuthConfig |
AuthConfig.withIdentityToken(String identitytoken) |
AuthConfig |
AuthConfig.withPassword(String password) |
AuthConfig |
AuthConfig.withRegistryAddress(String registryAddress) |
AuthConfig |
AuthConfig.withRegistrytoken(String registrytoken) |
AuthConfig |
AuthConfig.withUsername(String username) |
Modifier and Type | Method and Description |
---|---|
Map<String,AuthConfig> |
AuthConfigurations.getConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
AuthConfigurations.addConfig(AuthConfig authConfig) |
Copyright © 2024. All rights reserved.