com.github.dockerjava.client.command
Class PullImageCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<PullImageCmd,com.sun.jersey.api.client.ClientResponse>
com.github.dockerjava.client.command.PullImageCmd
- All Implemented Interfaces:
- DockerCmd<com.sun.jersey.api.client.ClientResponse>
public class PullImageCmd
- extends AbstrDockerCmd<PullImageCmd,com.sun.jersey.api.client.ClientResponse>
Pull image from repository.
PullImageCmd
public PullImageCmd(String repository)
getRepository
public String getRepository()
getTag
public String getTag()
getRegistry
public String getRegistry()
withRepository
public PullImageCmd withRepository(String repository)
withTag
public PullImageCmd withTag(String tag)
withRegistry
public PullImageCmd withRegistry(String registry)
toString
public String toString()
- Overrides:
toString
in class Object
impl
protected com.sun.jersey.api.client.ClientResponse impl()
Copyright © 2014. All rights reserved.