Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command |
Modifier and Type | Method and Description |
---|---|
PullImageCmd |
DockerClient.pullImageCmd(java.lang.String repository)
* IMAGE API *
|
Modifier and Type | Method and Description |
---|---|
PullImageCmd |
PullImageCmd.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmd.withPlatform(java.lang.String tag) |
PullImageCmd |
PullImageCmd.withRegistry(java.lang.String registry) |
PullImageCmd |
PullImageCmd.withRepository(java.lang.String repository) |
PullImageCmd |
PullImageCmd.withTag(java.lang.String tag) |
Copyright © 2020. All Rights Reserved.