csharp
public readonly record struct DockerPingWhat the daemon said when asked whether it was there.
Fields and properties (3)
public bool ReachableWhether it answered.
public string VersionIts version, when it did.
public string DetailWhat was seen, for a log.
Methods (1)
public DockerPing(bool Reachable, string Version, string Detail)What the daemon said when asked whether it was there.
Used by (2)
- DockerEngineVixen.Live.Placement.Docker
- DockerPlacementVixen.Live.Placement.Docker