| Interface | Description |
|---|---|
| ContainerContent |
Additional content that can be written to a created container.
|
| Class | Description |
|---|---|
| Binding |
Volume bindings to apply when creating a container.
|
| ContainerConfig |
Configuration used when creating a new container.
|
| ContainerConfig.Update |
Update class used to change data when creating a container config.
|
| ContainerReference |
A reference to a Docker container.
|
| ContainerStatus |
Status details returned from
Docker container wait. |
| Image |
Image details as returned from
Docker inspect. |
| ImageArchive |
An image archive that can be loaded into Docker.
|
| ImageArchive.Update |
Update class used to change data when creating an image archive.
|
| ImageConfig |
Image configuration information.
|
| ImageConfig.Update |
Update class used to change data when creating a copy.
|
| ImageName |
A Docker image name of the form "docker.io/library/ubuntu".
|
| ImageReference |
A reference to a Docker image of the form
"imagename[:tag|@digest]". |
| Layer |
A layer that can be written to an
ImageArchive. |
| LayerId |
A layer ID as used inside a Docker image of the form
algorithm: hash. |
| VolumeName |
A Docker volume name.
|