Package com.github.dockerjava.client.command

Interface Summary
CommandFactory  
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.
DefaultCommandFactory  
ImportImageCmd Create an image by importing the given stream of a tar file.
InfoCmd Return Docker server info
InspectContainerCmd Inspect the details of a container.
InspectImageCmd Inspect the details of an image.
KillContainerCmd Kill a running container.
ListContainersCmd List containers
ListImagesCmd List images
LogContainerCmd Get container logs
PauseContainerCmd Pause a container.
PingCmd Ping the Docker server
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 Run a container
StopContainerCmd Stop a running container.
TagImageCmd Tag an image into a repository
TopContainerCmd  
UnpauseContainerCmd Unpause a container.
VersionCmd Return the Docker version info.
WaitContainerCmd Wait for a container to exit and print its exit code
 



Copyright © 2014. All rights reserved.