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.


Nested Class Summary
static interface PullImageCmd.Exec
           
 
Method Summary
 String getRegistry()
           
 String getRepository()
           
 String getTag()
           
 PullImageCmd withRegistry(String registry)
           
 PullImageCmd withRepository(String repository)
           
 PullImageCmd withTag(String tag)
           
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Method Detail

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.