|
interface | IImage |
| Represents a Docker image, which is a read-only template for creating containers. More...
|
|
interface | IImageInfo |
|
class | Image |
| Represents a Docker image, which is a read-only template for creating containers.
|
|
class | ImageAccess |
| Provides methods for interacting with Docker images. More...
|
|
class | ImageFactory |
|
class | ImageInfo |
|
class | ImageNotFoundException |
| Indicates that the Docker daemon could not find the indicated image where it was looking. More...
|
|
class | ImageNotFoundLocallyException |
| Indicates that the Docker daemon does not have a local copy of the indicated image. More...
|
|
class | ImageNotFoundRemotelyException |
| Indicates that the indicated image does not exist at the Docker registry its name indicates. More...
|
|
class | ImageReferenceParser |
| Provides methods for parsing image reference strings.
|
|
class | ListImagesOptions |
| Specifies how to list images. More...
|
|