Vixen
02b45cc4
csharp
public readonly record struct DockerPing

What the daemon said when asked whether it was there.

Read the guide page for this →

Fields and properties (3)

  • public bool Reachable

    Whether it answered.

  • public string Version

    Its version, when it did.

  • public string Detail

    What 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