| Package | Description |
|---|---|
| com.spotify.docker.client | |
| com.spotify.docker.client.messages |
| 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.
|
ServiceCreateResponse |
DockerClient.createService(ServiceSpec spec,
AuthConfig authConfig)
Create a new service.
|
ServiceCreateResponse |
DefaultDockerClient.createService(ServiceSpec spec,
AuthConfig config) |
void |
DockerClient.load(String image,
InputStream imagePayload,
AuthConfig authConfig)
Deprecated.
Use
DockerClient.load(InputStream) to load a set of image layers from a tarball. Use
DockerClient.create(String, InputStream) to create a single image from the contents of a tarball. |
void |
DefaultDockerClient.load(String image,
InputStream imagePayload,
AuthConfig authConfig)
Deprecated.
|
void |
DockerClient.load(String image,
InputStream imagePayload,
AuthConfig authConfig,
ProgressHandler handler)
Deprecated.
Use
DockerClient.load(InputStream) to load a set of image layers from a tarball. Use
DockerClient.create(String, InputStream, ProgressHandler) to create a single image from the
contents of a tarball. |
void |
DefaultDockerClient.load(String image,
InputStream imagePayload,
AuthConfig authConfig,
ProgressHandler handler)
Deprecated.
|
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) |
void |
DockerClient.push(String image,
AuthConfig authconfig) |
void |
DefaultDockerClient.push(String image,
AuthConfig authconfig) |
void |
DockerClient.push(String image,
ProgressHandler handler,
AuthConfig authConfig) |
void |
DefaultDockerClient.push(String image,
ProgressHandler handler,
AuthConfig authConfig) |
InputStream |
DockerClient.save(String image,
AuthConfig authConfig)
Deprecated.
AuthConfig is not required. Use
DockerClient.save(String...). |
InputStream |
DefaultDockerClient.save(String image,
AuthConfig authConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
AuthConfig.Builder.build() |
Copyright © 2016. All rights reserved.