public interface PullImageCmd extends DockerCmd<InputStream>
Modifier and Type | Interface and Description |
---|---|
static interface |
PullImageCmd.Exec |
Modifier and Type | Method and Description |
---|---|
InputStream |
exec()
Its the responsibility of the caller to consume and/or close the
InputStream to prevent
connection leaks. |
AuthConfig |
getAuthConfig() |
String |
getRegistry() |
String |
getRepository() |
String |
getTag() |
PullImageCmd |
withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
withRegistry(String registry) |
PullImageCmd |
withRepository(String repository) |
PullImageCmd |
withTag(String tag) |
String getRepository()
String getTag()
String getRegistry()
AuthConfig getAuthConfig()
PullImageCmd withRepository(String repository)
PullImageCmd withTag(String tag)
PullImageCmd withRegistry(String registry)
PullImageCmd withAuthConfig(AuthConfig authConfig)
InputStream exec()
InputStream
to prevent
connection leaks.exec
in interface DockerCmd<InputStream>
Copyright © 2015. All Rights Reserved.