Package | Description |
---|---|
com.github.dockerjava.api.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 |
CreateConfigCmd
Command to create a new config
|
interface |
CreateContainerCmd |
interface |
CreateImageCmd |
interface |
CreateNetworkCmd
Create a network.
|
interface |
CreateSecretCmd
Command to create a new secret
|
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 |
InspectConfigCmd |
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 |
ListConfigsCmd
Command to list all configs in a docker swarm.
|
interface |
ListContainersCmd
List containers
|
interface |
ListImagesCmd
List images
|
interface |
ListNetworksCmd
List networks.
|
interface |
ListSecretsCmd
List secrets
|
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 |
RemoveConfigCmd
Remove a config.
|
interface |
RemoveContainerCmd
Remove a container.
|
interface |
RemoveImageCmd
Remove an image, deleting any tags it might have.
|
interface |
RemoveNetworkCmd
Remove a network.
|
interface |
RemoveSecretCmd
Remove a secret.
|
interface |
RemoveServiceCmd
Remove a service.
|
interface |
RemoveSwarmNodeCmd
Remove a swarmNode.
|
interface |
RemoveVolumeCmd
Remove a volume.
|
interface |
RenameContainerCmd
Rename a container.
|
interface |
ResizeContainerCmd |
interface |
ResizeExecCmd |
interface |
RestartContainerCmd
Restart a running container.
|
interface |
SaveImageCmd |
interface |
SaveImagesCmd
Command for downloading multiple images at once.
|
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.
|
Copyright © 2025. All rights reserved.