public interface PullImageCmd extends DockerCmd<InputStream>
Modifier and Type | Interface and Description |
---|---|
static interface |
PullImageCmd.Exec |
Modifier and Type | Method and Description |
---|---|
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)
Copyright © 2015. All Rights Reserved.