public interface PullImageCmd extends AsyncDockerCmd<PullImageCmd,PullResponseItem>
Modifier and Type | Interface and Description |
---|---|
static interface |
PullImageCmd.Exec |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
getAuthConfig() |
String |
getPlatform() |
String |
getRegistry() |
String |
getRepository() |
String |
getTag() |
default ResultCallback.Adapter<PullResponseItem> |
start() |
PullImageCmd |
withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
withPlatform(String tag) |
PullImageCmd |
withRegistry(String registry) |
PullImageCmd |
withRepository(String repository) |
PullImageCmd |
withTag(String tag) |
exec
@CheckForNull String getRepository()
@CheckForNull String getTag()
@CheckForNull String getPlatform()
@CheckForNull String getRegistry()
@CheckForNull AuthConfig getAuthConfig()
PullImageCmd withRepository(@Nonnull String repository)
PullImageCmd withTag(String tag)
PullImageCmd withPlatform(String tag)
com.github.dockerjava.core.RemoteApiVersion#VERSION_1_32
PullImageCmd withRegistry(String registry)
PullImageCmd withAuthConfig(AuthConfig authConfig)
default ResultCallback.Adapter<PullResponseItem> start()
start
in interface AsyncDockerCmd<PullImageCmd,PullResponseItem>
Copyright © 2024. All rights reserved.