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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PullImageCmd
public PullImageCmd(String repository)
withRepository
public PullImageCmd withRepository(String repository)
withTag
public PullImageCmd withTag(String tag)
withRegistry
public PullImageCmd withRegistry(String registry)
impl
protected com.sun.jersey.api.client.ClientResponse impl()
Copyright © 2014. All rights reserved.