com.github.dockerjava.client.command
Class PushImageCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<T,RES_T>
com.github.dockerjava.client.command.AbstrAuthCfgDockerCmd<PushImageCmd,com.sun.jersey.api.client.ClientResponse>
com.github.dockerjava.client.command.PushImageCmd
- All Implemented Interfaces:
- DockerCmd<com.sun.jersey.api.client.ClientResponse>
public class PushImageCmd
- extends AbstrAuthCfgDockerCmd<PushImageCmd,com.sun.jersey.api.client.ClientResponse>
Push the latest image to the repository.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PushImageCmd
public PushImageCmd(String name)
withName
public PushImageCmd withName(String name)
- Parameters:
name
- The name, e.g. "alexec/busybox" or just "busybox" if you want to default. Not null.
impl
protected com.sun.jersey.api.client.ClientResponse impl()
Copyright © 2014. All rights reserved.