| Package | Description |
|---|---|
| com.spotify.docker.client | |
| com.spotify.docker.client.messages |
| Modifier and Type | Field and Description |
|---|---|
private AuthConfig |
DefaultDockerClient.authConfig |
private AuthConfig |
DefaultDockerClient.Builder.authConfig |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
DefaultDockerClient.Builder.authConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
DockerClient.auth(AuthConfig authConfig)
Check auth configuration.
|
int |
DefaultDockerClient.auth(AuthConfig authConfig) |
DefaultDockerClient.Builder |
DefaultDockerClient.Builder.authConfig(AuthConfig authConfig)
Set the auth parameters for pull/push requests from/to private repositories.
|
private String |
DefaultDockerClient.authHeader(AuthConfig authConfig) |
void |
DockerClient.load(String image,
InputStream imagePayload,
AuthConfig authConfig)
Loads an image (the given input stream is closed internally).
|
void |
DefaultDockerClient.load(String image,
InputStream imagePayload,
AuthConfig authConfig) |
void |
DockerClient.load(String image,
InputStream imagePayload,
AuthConfig authConfig,
ProgressHandler handler)
Loads an image (the given input stream is closed internally).
|
void |
DefaultDockerClient.load(String image,
InputStream imagePayload,
AuthConfig authConfig,
ProgressHandler handler) |
void |
DockerClient.pull(String image,
AuthConfig authConfig)
Pull a private docker container image.
|
void |
DefaultDockerClient.pull(String image,
AuthConfig authConfig) |
void |
DockerClient.pull(String image,
AuthConfig authConfig,
ProgressHandler handler)
Pull a private docker container image, using a custom ProgressMessageHandler.
|
void |
DefaultDockerClient.pull(String image,
AuthConfig authConfig,
ProgressHandler handler) |
InputStream |
DockerClient.save(String image,
AuthConfig authConfig) |
InputStream |
DefaultDockerClient.save(String image,
AuthConfig authConfig) |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
AuthConfig.Builder.build() |
| Constructor and Description |
|---|
Builder(AuthConfig config) |
Copyright © 2016. All rights reserved.