Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.core.command |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthCmd
Authenticate with the server, useful for checking authentication.
|
interface |
CommitCmd
Create a new image from a container's changes.
|
interface |
ConnectToNetworkCmd
Connects a container to a network.
|
interface |
ContainerDiffCmd |
interface |
CopyArchiveFromContainerCmd |
interface |
CopyArchiveToContainerCmd |
interface |
CopyFileFromContainerCmd |
interface |
CreateContainerCmd |
interface |
CreateImageCmd |
interface |
CreateNetworkCmd
Create a network.
|
interface |
CreateVolumeCmd |
interface |
DisconnectFromNetworkCmd
Disconnects a container from a network.
|
interface |
ExecCreateCmd |
interface |
InfoCmd |
interface |
InspectContainerCmd |
interface |
InspectExecCmd |
interface |
InspectImageCmd
Inspect the details of an image.
|
interface |
InspectNetworkCmd
Inspect a network.
|
interface |
InspectVolumeCmd
Inspect the details of a volume.
|
interface |
KillContainerCmd
Kill a running container.
|
interface |
ListContainersCmd
List containers
|
interface |
ListImagesCmd
List images
|
interface |
ListNetworksCmd
List networks.
|
interface |
ListVolumesCmd
List volumes.
|
interface |
LoadImageCmd |
interface |
PauseContainerCmd
Pause a container.
|
interface |
PingCmd
Ping the Docker server
|
interface |
RemoveContainerCmd
Remove a container.
|
interface |
RemoveImageCmd
Remove an image, deleting any tags it might have.
|
interface |
RemoveNetworkCmd
Remove a network.
|
interface |
RemoveVolumeCmd
Remove a volume.
|
interface |
RenameContainerCmd
Rename a container.
|
interface |
RestartContainerCmd
Restart a running container.
|
interface |
SaveImageCmd |
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 |
UpdateContainerCmd |
interface |
VersionCmd
Returns the Docker version info.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstrAuthCfgDockerCmd<T extends DockerCmd<RES_T>,RES_T> |
class |
AbstrDockerCmd<CMD_T extends DockerCmd<RES_T>,RES_T> |
class |
AuthCmdImpl
Authenticate with the server, useful for checking authentication.
|
class |
CommitCmdImpl
Create a new image from a container's changes.
|
class |
ConnectToNetworkCmdImpl |
class |
ContainerDiffCmdImpl
Inspect changes on a container's filesystem
|
class |
CopyArchiveFromContainerCmdImpl
Copy files or folders from a container.
|
class |
CopyArchiveToContainerCmdImpl |
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 |
CreateNetworkCmdImpl |
class |
CreateVolumeCmdImpl
Create a volume.
|
class |
DisconnectFromNetworkCmdImpl |
class |
ExecCreateCmdImpl |
class |
InfoCmdImpl
Return Docker server info
|
class |
InpectNetworkCmdImpl |
class |
InspectContainerCmdImpl
Inspect the details of a container.
|
class |
InspectExecCmdImpl |
class |
InspectImageCmdImpl
Inspect the details of an image.
|
class |
InspectVolumeCmdImpl
Inspect the details of a volume.
|
class |
KillContainerCmdImpl
Kill a running container.
|
class |
ListContainersCmdImpl
List containers.
|
class |
ListImagesCmdImpl
List images
|
class |
ListNetworksCmdImpl |
class |
ListVolumesCmdImpl |
class |
LoadImageCmdImpl |
class |
PauseContainerCmdImpl
Pause a container.
|
class |
PingCmdImpl
Ping the Docker server
|
class |
RemoveContainerCmdImpl
Remove a container.
|
class |
RemoveImageCmdImpl
Remove an image, deleting any tags it might have.
|
class |
RemoveNetworkCmdImpl |
class |
RemoveVolumeCmdImpl
Remove a volume.
|
class |
RenameContainerCmdImpl |
class |
RestartContainerCmdImpl
Restart a running container.
|
class |
SaveImageCmdImpl |
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 |
UpdateContainerCmdImpl |
class |
VersionCmdImpl
Returns the Docker version info.
|
Copyright © 2017. All Rights Reserved.