com.github.dockerjava.api.command
Interface PullImageCmd
- All Superinterfaces:
- DockerCmd<InputStream>
- All Known Implementing Classes:
- PullImageCmdImpl
public interface PullImageCmd
- extends DockerCmd<InputStream>
Pull image from repository.
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd |
exec |
getRepository
String getRepository()
getTag
String getTag()
getRegistry
String getRegistry()
withRepository
PullImageCmd withRepository(String repository)
withTag
PullImageCmd withTag(String tag)
withRegistry
PullImageCmd withRegistry(String registry)
Copyright © 2014. All rights reserved.