| Class | Description |
|---|---|
| AuthConfig | |
| AuthConfigurations | |
| AuthResponse | |
| Bind |
Represents a host path being bind mounted as a
Volume in a Docker container. |
| Binds | |
| Binds.Deserializer | |
| Binds.Serializer | |
| BuildResponseItem |
Represents a build response stream item
|
| ChangeLog | |
| Container |
Used for Listing containers.
|
| ContainerConfig |
Used as part of 'images/IMAGE/someimage' response.
|
| ContainerHostConfig |
Used in
Container |
| ContainerNetwork |
Types taken form
https://github.com/docker/engine-api/blob/release/1.10/types/network/network.go
Docker named it EndpointSettings |
| ContainerNetwork.Ipam |
Docker named it EndpointIPAMConfig
|
| ContainerNetworkSettings |
Sub-object in
Container |
| ContainerPort | |
| Device | |
| DriverStatus | |
| ErrorDetail | |
| ErrorResponse | |
| Event |
Representation of a Docker event.
|
| EventActor | |
| ExposedPort |
Represents a container port that Docker exposes to external clients.
|
| ExposedPort.Deserializer | |
| ExposedPort.Serializer | |
| ExposedPorts | |
| ExposedPorts.Deserializer | |
| ExposedPorts.Serializer | |
| Frame |
Represents a logging frame.
|
| HealthCheck | |
| HostConfig |
Used in `/containers/create`, and in inspect container.
|
| Identifier | |
| Image | |
| Info |
Used for `/info`
|
| InfoRegistryConfig | |
| InfoRegistryConfig.IndexConfig | |
| Link |
Represents a network link between two Docker containers.
|
| Links | |
| Links.Deserializer | |
| Links.Serializer | |
| LogConfig |
Log driver to use for a created/running container.
|
| LogConfig.LoggingType.Deserializer | |
| LogConfig.LoggingType.Serializer | |
| LxcConf | |
| Network | |
| Network.ContainerNetworkConfig | |
| Network.Ipam | |
| Network.Ipam.Config | |
| NetworkSettings | |
| Node |
A node as returned by the /events API, for instance, when Swarm is used.
|
| 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. |
| Ports.Binding |
A
Ports.Binding represents a socket on the Docker host that is used in a PortBinding. |
| Ports.Deserializer | |
| Ports.Serializer | |
| PullResponseItem |
Represents a pull response stream item
|
| PushResponseItem |
Represents a push response stream item
|
| Repository |
A repository or image name.
|
| ResponseItem |
Represents a pull response stream item
|
| ResponseItem.AuxDetail | |
| ResponseItem.ErrorDetail | |
| ResponseItem.ProgressDetail | |
| RestartPolicy |
Container restart policy
no
Do not restart the container if it dies.
|
| SearchItem | |
| Statistics |
Representation of a Docker statistics.
|
| Ulimit | |
| UpdateContainerResponse | |
| Version |
Used for `/version`
|
| Volume |
Represents a bind mounted volume in a Docker container.
|
| VolumeBind | |
| VolumeBinds | |
| VolumeBinds.Deserializer | |
| VolumeBinds.Serializer | |
| VolumeRW | Deprecated |
| VolumeRW.Deserializer | |
| VolumeRW.Serializer | |
| Volumes | |
| Volumes.Deserializer | |
| Volumes.Serializer | |
| VolumesFrom | |
| VolumesFrom.Deserializer | |
| VolumesFrom.Serializer | |
| VolumesRW | |
| VolumesRW.Deserializer | |
| VolumesRW.Serializer | |
| WaitResponse |
Represents a wait container command response
|
| Enum | Description |
|---|---|
| AccessMode |
The access mode of a file system or file:
read-write or read-only. |
| Capability |
The Linux capabilities supported by Docker.
|
| EventType | |
| InternetProtocol |
The IP protocols supported by Docker.
|
| LogConfig.LoggingType | |
| PropagationMode |
The propagation mode of a file system or file:
shared, slave or private. |
| SELContext |
The context mode of bound volume in SELinux.
|
| StreamType |
Copyright © 2017. All Rights Reserved.