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 |
CreateServiceCmd
Command to create a new service
|
interface |
CreateVolumeCmd |
interface |
DisconnectFromNetworkCmd
Disconnects a container from a network.
|
interface |
ExecCreateCmd |
interface |
InfoCmd |
interface |
InitializeSwarmCmd |
interface |
InspectContainerCmd |
interface |
InspectExecCmd |
interface |
InspectImageCmd
Inspect the details of an image.
|
interface |
InspectNetworkCmd
Inspect a network.
|
interface |
InspectServiceCmd |
interface |
InspectSwarmCmd
Inspect a swarm.
|
interface |
InspectSwarmNodeCmd
Inspect a swarmNode.
|
interface |
InspectTaskCmd |
interface |
InspectVolumeCmd
Inspect the details of a volume.
|
interface |
JoinSwarmCmd |
interface |
KillContainerCmd
Kill a running container.
|
interface |
LeaveSwarmCmd |
interface |
ListContainersCmd
List containers
|
interface |
ListImagesCmd
List images
|
interface |
ListNetworksCmd
List networks.
|
interface |
ListServicesCmd
Command to list all services in a docker swarm.
|
interface |
ListSwarmNodesCmd
List SwarmNodes
|
interface |
ListTasksCmd |
interface |
ListVolumesCmd
List volumes.
|
interface |
LoadImageCmd |
interface |
PauseContainerCmd
Pause a container.
|
interface |
PingCmd
Ping the Docker server
|
interface |
PruneCmd
Delete unused content (containers, images, volumes, networks, build relicts)
|
interface |
RemoveContainerCmd
Remove a container.
|
interface |
RemoveImageCmd
Remove an image, deleting any tags it might have.
|
interface |
RemoveNetworkCmd
Remove a network.
|
interface |
RemoveServiceCmd
Remove a service.
|
interface |
RemoveSwarmNodeCmd
Remove a swarmNode.
|
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 |
UpdateServiceCmd |
interface |
UpdateSwarmCmd |
interface |
UpdateSwarmNodeCmd
Update swarmNode spec
|
interface |
VersionCmd
Returns the Docker version info.
|
Modifier and Type | Class and Description |
---|---|
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 |
CreateServiceCmdImpl
Creates a new service
|
class |
CreateVolumeCmdImpl
Create a volume.
|
class |
DisconnectFromNetworkCmdImpl |
class |
ExecCreateCmdImpl |
class |
InfoCmdImpl
Return Docker server info
|
class |
InitializeSwarmCmdImpl |
class |
InpectNetworkCmdImpl |
class |
InspectContainerCmdImpl
Inspect the details of a container.
|
class |
InspectExecCmdImpl |
class |
InspectImageCmdImpl
Inspect the details of an image.
|
class |
InspectServiceCmdImpl
Inspect the details of a container.
|
class |
InspectSwarmCmdImpl
Inspect a swarm.
|
class |
InspectSwarmNodeCmdImpl
Inspect the details of a swarmNode.
|
class |
InspectVolumeCmdImpl
Inspect the details of a volume.
|
class |
JoinSwarmCmdImpl |
class |
KillContainerCmdImpl
Kill a running container.
|
class |
LeaveSwarmCmdImpl |
class |
ListContainersCmdImpl
List containers.
|
class |
ListImagesCmdImpl
List images
|
class |
ListNetworksCmdImpl |
class |
ListServicesCmdImpl
List services.
|
class |
ListSwarmNodesCmdImpl
List SwarmNodes
|
class |
ListTasksCmdImpl |
class |
ListVolumesCmdImpl |
class |
LoadImageCmdImpl |
class |
PauseContainerCmdImpl
Pause a container.
|
class |
PingCmdImpl
Ping the Docker server
|
class |
PruneCmdImpl
Delete unused content (containers, images, volumes, networks, build relicts)
|
class |
RemoveContainerCmdImpl
Remove a container.
|
class |
RemoveImageCmdImpl
Remove an image, deleting any tags it might have.
|
class |
RemoveNetworkCmdImpl |
class |
RemoveServiceCmdImpl
Remove a service.
|
class |
RemoveSwarmNodeCmdImpl
Remove a container.
|
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 |
UpdateServiceCmdImpl |
class |
UpdateSwarmCmdImpl
Update a swarm.
|
class |
UpdateSwarmNodeCmdImpl
Update swarmNode spec
|
class |
VersionCmdImpl
Returns the Docker version info.
|
Copyright © 2019. All Rights Reserved.