| Package | Description |
|---|---|
| com.github.dockerjava.api | |
| com.github.dockerjava.api.command | |
| com.github.dockerjava.api.model |
| Class and Description |
|---|
| AuthConfig |
| Identifier |
| PruneType |
| SecretSpec |
| ServiceSpec |
| SwarmSpec |
| Class and Description |
|---|
| AuthConfig |
| AuthConfigurations |
| AuthResponse |
| Bind
Represents a host path being bind mounted as a
Volume in a Docker container. |
| BuildResponseItem
Represents a build response stream item
|
| Capability
The Linux capabilities supported by Docker.
|
| ChangeLog |
| Config
Used for Listing config.
|
| ContainerConfig
Used as part of 'images/IMAGE/someimage' response.
|
| ContainerNetwork
Types taken form
https://github.com/docker/engine-api/blob/release/1.10/types/network/network.go
Docker named it EndpointSettings |
| Device |
| DockerObject |
| EventType |
| ExposedPort
Represents a container port that Docker exposes to external clients.
|
| ExposedPorts |
| Frame
Represents a logging frame.
|
| HealthCheck |
| HostConfig
Used in `/containers/create`, and in inspect container.
|
| Link
Represents a network link between two Docker containers.
|
| LoadResponseItem |
| LogConfig
Log driver to use for a created/running container.
|
| LxcConf |
| Network |
| Network.Ipam |
| NetworkSettings |
| PortBinding
In a
PortBinding, a network socket on the Docker host, expressed as a Ports.Binding, is bound to an ExposedPort of a
container. |
| Ports
A container for port bindings, made available as a
Map via its Ports.getBindings() method. |
| PruneResponse
Delete unused content (containers, images, volumes, networks, build relicts)
|
| PruneType |
| PullResponseItem
Represents a pull response stream item
|
| PushResponseItem
Represents a push response stream item
|
| RestartPolicy
Container restart policy
no
Do not restart the container if it dies.
|
| SecretSpec |
| Service
Used for Listing services.
|
| ServiceSpec |
| Swarm |
| SwarmNode
Used for Listing SwarmNodes.
|
| SwarmNodeSpec |
| SwarmSpec |
| Task |
| TaskState |
| Ulimit |
| Volume
Represents a bind mounted volume in a Docker container.
|
| VolumeBind |
| VolumeRW
Deprecated.
since
RemoteApiVersion#VERSION_1_20 |
| Volumes |
| VolumesFrom |
| WaitResponse
Represents a wait container command response
|
Copyright © 2025. All rights reserved.