Uses of Interface
com.github.dockerjava.api.command.DockerCmd

Packages that use DockerCmd
com.github.dockerjava.api.command   
com.github.dockerjava.core.command   
com.github.dockerjava.jaxrs   
 

Uses of DockerCmd in com.github.dockerjava.api.command
 

Classes in com.github.dockerjava.api.command with type parameters of type DockerCmd
 interface DockerCmdExec<CMD_T extends DockerCmd<RES_T>,RES_T>
           
 

Subinterfaces of DockerCmd in com.github.dockerjava.api.command
 interface AttachContainerCmd
          Attach to container
 interface AuthCmd
          Authenticate with the server, useful for checking authentication.
 interface BuildImageCmd
          Build an image from Dockerfile.
 interface CommitCmd
          Create a new image from a container's changes.
 interface ContainerDiffCmd
           
 interface CopyFileFromContainerCmd
           
 interface CreateContainerCmd
           
 interface CreateImageCmd
           
 interface InfoCmd
           
 interface InspectContainerCmd
           
 interface InspectImageCmd
          Inspect the details of an image.
 interface KillContainerCmd
          Kill a running container.
 interface ListContainersCmd
          List containers
 interface ListImagesCmd
          List images
 interface LogContainerCmd
          Get container logs
 interface PauseContainerCmd
          Pause a container.
 interface PingCmd
          Ping the Docker server
 interface PullImageCmd
          Pull image from repository.
 interface PushImageCmd
          Push the latest image to the repository.
 interface RemoveContainerCmd
          Remove a container.
 interface RemoveImageCmd
          Remove an image, deleting any tags it might have.
 interface RestartContainerCmd
          Restart a running container.
 interface SearchImagesCmd
          Search images
 interface StartContainerCmd
          Start a container
 interface StopContainerCmd
          Stop a running container.
 interface TagImageCmd
          Tag an image into a repository
 interface TopContainerCmd
          List processes running inside a container
 interface UnpauseContainerCmd
          Unpause a container.
 interface VersionCmd
          Returns the Docker version info.
 interface WaitContainerCmd
          Wait a container Block until container stops, then returns its exit code
 

Uses of DockerCmd in com.github.dockerjava.core.command
 

Classes in com.github.dockerjava.core.command with type parameters of type DockerCmd
 class AbstrAuthCfgDockerCmd<T extends DockerCmd<RES_T>,RES_T>
           
 class AbstrDockerCmd<CMD_T extends DockerCmd<RES_T>,RES_T>
           
 

Classes in com.github.dockerjava.core.command that implement DockerCmd
 class AbstrAuthCfgDockerCmd<T extends DockerCmd<RES_T>,RES_T>
           
 class AbstrDockerCmd<CMD_T extends DockerCmd<RES_T>,RES_T>
           
 class AttachContainerCmdImpl
          Attach to container
 class AuthCmdImpl
          Authenticate with the server, useful for checking authentication.
 class BuildImageCmdImpl
          Build an image from Dockerfile.
 class CommitCmdImpl
          Create a new image from a container's changes.
 class ContainerDiffCmdImpl
          Inspect changes on a container's filesystem
 class CopyFileFromContainerCmdImpl
          Copy files or folders from a container.
 class CreateContainerCmdImpl
          Creates a new container.
 class CreateImageCmdImpl
          Create an image by importing the given stream of a tar file.
 class InfoCmdImpl
          Return Docker server info
 class InspectContainerCmdImpl
          Inspect the details of a container.
 class InspectImageCmdImpl
          Inspect the details of an image.
 class KillContainerCmdImpl
          Kill a running container.
 class ListContainersCmdImpl
          List containers
 class ListImagesCmdImpl
          List images
 class LogContainerCmdImpl
          Get container logs
 class PauseContainerCmdImpl
          Pause a container.
 class PingCmdImpl
          Ping the Docker server
 class PullImageCmdImpl
          Pull image from repository.
 class PushImageCmdImpl
          Push the latest image to the repository.
 class RemoveContainerCmdImpl
          Remove a container.
 class RemoveImageCmdImpl
          Remove an image, deleting any tags it might have.
 class RestartContainerCmdImpl
          Restart a running container.
 class SearchImagesCmdImpl
          Search images
 class StartContainerCmdImpl
          Start a container
 class StopContainerCmdImpl
          Stop a running container.
 class TagImageCmdImpl
          Tag an image into a repository
 class TopContainerCmdImpl
          List processes running inside a container
 class UnpauseContainerCmdImpl
          Unpause a container.
 class VersionCmdImpl
          Returns the Docker version info.
 class WaitContainerCmdImpl
          Wait a container Block until container stops, then returns its exit code
 

Uses of DockerCmd in com.github.dockerjava.jaxrs
 

Classes in com.github.dockerjava.jaxrs with type parameters of type DockerCmd
 class AbstrDockerCmdExec<CMD_T extends DockerCmd<RES_T>,RES_T>
           
 



Copyright © 2014. All rights reserved.