Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.core.command | |
com.github.dockerjava.jaxrs |
Modifier and Type | Interface and Description |
---|---|
interface |
DockerCmdAsyncExec<CMD_T extends DockerCmd<Void>,A_RES_T> |
interface |
DockerCmdSyncExec<CMD_T extends DockerCmd<RES_T>,RES_T> |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncDockerCmd<CMD_T extends AsyncDockerCmd<CMD_T,A_RES_T>,A_RES_T> |
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 |
EventsCmd
Get events
|
interface |
ExecCreateCmd |
interface |
ExecStartCmd |
interface |
InfoCmd |
interface |
InspectContainerCmd |
interface |
InspectExecCmd |
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 |
SaveImageCmd |
interface |
SearchImagesCmd
Search images
|
interface |
StartContainerCmd
Start a container.
|
interface |
StatsCmd
Get container stats.
|
interface |
StopContainerCmd
Stop a running container.
|
interface |
SyncDockerCmd<RES_T> |
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
|
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> |
Modifier and Type | Class and Description |
---|---|
class |
AbstrAsyncDockerCmd<CMD_T extends AsyncDockerCmd<CMD_T,A_RES_T>,A_RES_T> |
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 |
EventsCmdImpl
Stream docker events
|
class |
ExecCreateCmdImpl |
class |
ExecStartCmdImpl |
class |
InfoCmdImpl
Return Docker server info
|
class |
InspectContainerCmdImpl
Inspect the details of a container.
|
class |
InspectExecCmdImpl |
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 |
SaveImageCmdImpl |
class |
SearchImagesCmdImpl
Search images
|
class |
StartContainerCmdImpl
Start a container
|
class |
StatsCmdImpl
Container stats
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstrSyncDockerCmdExec<CMD_T extends DockerCmd<RES_T>,RES_T> |
Copyright © 2015. All Rights Reserved.