DockerSdk
the .NET SDK for Docker
Namespaces | Classes
DockerSdk Namespace Reference

Classes

class  CertificateLoader
 
class  ClientOptions
 Specifies where to find a Docker daemon and how the SDK should connect to it. More...
 
class  DaemonNotFoundException
 Indicates that the Docker daemon is not present or not running. More...
 
class  DockerClient
 Provides remote access to a Docker daemon. More...
 
class  DockerException
 Base class for exceptions that are specific to the Docker client's functionality. More...
 
class  DockerVersionException
 Indicates that API version negotiation failed because there is no overlap between the versions that the SDK supports with the versions the Docker daemon supports. More...
 
class  ExtensionsForCancellationToken
 Holds extension methods for CancellationToken objects.
 
class  ExtensionsForDockerApiException
 
class  ExtensionsForEnumerables
 
class  ExtensionsForNumbers
 
class  ExtensionsForObservables
 
class  MalformedReferenceException
 Indicates that the given string is not in the expected format. This exception applies to references to Docker resources. More...
 
class  ResourceNotFoundException
 Indicates that the Docker daemon could not find the indicated Docker resource. More...