Class DockerResponse
The base Docker API response class.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class DockerResponse
Properties
Warnings
Lists any warnings returned by the Docker engine.
Declaration
public List<string> Warnings { get; }
Property Value
Type | Description |
---|---|
List<string> |