DockerSdk
the .NET SDK for Docker
Namespaces | Classes | Enumerations | Functions | Variables
DockerSdk.Images Namespace Reference

Classes

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...
 

Enumerations

enum class  GuestOsType { Linux , Windows }
 An enumeration of types of OS that can run within a Docker container. More...
 

Functions

override string ToString () => _value
 

Variables

record ImageFullId
 Represents a Docker image's full-length ID, including the "sha256:" prefix. More...
 
record ImageId
 Represents a Docker image's ID in either short form or long form. More...
 
record ImageName
 Represents an image name. More...
 

Enumeration Type Documentation

◆ GuestOsType

An enumeration of types of OS that can run within a Docker container.

Enumerator
Linux 

Any Linux operating system.

Windows 

Any Windows operating system.

Variable Documentation

◆ ImageFullId

record DockerSdk.Images.ImageFullId

Represents a Docker image's full-length ID, including the "sha256:" prefix.

◆ ImageId

record DockerSdk.Images.ImageId

Represents a Docker image's ID in either short form or long form.

◆ ImageName

record DockerSdk.Images.ImageName

Represents an image name.