module documentation

Undocumented

Exception APIError An HTTP error from the API.
Exception BuildError Undocumented
Exception ContainerError Represents a container that has exited with a non-zero exit code.
Exception ContextAlreadyExists Undocumented
Exception ContextException Undocumented
Exception ContextNotFound Undocumented
Exception DeprecatedMethod Undocumented
Exception DockerException A base class from which all other exceptions inherit.
Exception ImageLoadError Undocumented
Exception ImageNotFound Undocumented
Exception InvalidArgument Undocumented
Exception InvalidConfigFile Undocumented
Exception InvalidRepository Undocumented
Exception InvalidVersion Undocumented
Exception MissingContextParameter Undocumented
Exception NotFound Undocumented
Exception NullResource Undocumented
Exception StreamParseError Undocumented
Exception TLSParameterError Undocumented
Function create_api_error_from_http_exception Create a suitable APIError from requests.exceptions.HTTPError.
Function create_unexpected_kwargs_error Undocumented
Variable _image_not_found_explanation_fragments Undocumented
def create_api_error_from_http_exception(e): (source)

Create a suitable APIError from requests.exceptions.HTTPError.

def create_unexpected_kwargs_error(name, kwargs): (source)

Undocumented

_image_not_found_explanation_fragments = (source)

Undocumented