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
 AuthConfig getAuthConfig()
           
 String getRegistry()
           
 String getRepository()
           
 String getTag()
           
 PullImageCmd withAuthConfig(AuthConfig authConfig)
           
 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()

getAuthConfig

AuthConfig getAuthConfig()

withRepository

PullImageCmd withRepository(String repository)

withTag

PullImageCmd withTag(String tag)

withRegistry

PullImageCmd withRegistry(String registry)

withAuthConfig

PullImageCmd withAuthConfig(AuthConfig authConfig)


Copyright © 2014. All Rights Reserved.