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