Package com.github.dockerjava.client.command

Interface Summary
DockerCmd<RES_T>  
 

Class Summary
AbstrAuthCfgDockerCmd<T extends AbstrDockerCmd<T,RES_T>,RES_T>  
AbstrDockerCmd<T extends AbstrDockerCmd<T,RES_T>,RES_T>  
AttachContainerCmd Attach to container
AuthCmd Authenticate with the server, useful for checking authentication.
BuildImgCmd Build an image from Dockerfile.
CommitCmd Create a new image from a container's changes.
ContainerDiffCmd Inspect changes on a container's filesystem
CopyFileFromContainerCmd Copy files or folders from a container.
CreateContainerCmd Creates a new container.
ImportImageCmd Create an image by importing the given stream of a tar file.
InfoCmd  
InspectContainerCmd  
InspectImageCmd  
KillContainerCmd  
ListContainersCmd List containers
ListImagesCmd List images
LogContainerCmd Get container logs
PullImageCmd Pull image from repository.
PushImageCmd Push the latest image to the repository.
RemoveContainerCmd Remove a container.
RemoveImageCmd Remove an image, deleting any tags it might have.
RestartContainerCmd Restart a running container.
SearchImagesCmd  
StartContainerCmd  
StopContainerCmd Stop a running container.
TagImageCmd Tag an image into a repository
TopContainerCmd  
VersionCmd  
WaitContainerCmd  
 



Copyright © 2014. All rights reserved.