Vixen
02b45cc4
csharp
public record class DockerContainer

One container, as much of it as this backend cares about.

Read the guide page for this →

Fields and properties (3)

  • public string Id

    The daemon's id.

  • public IReadOnlyDictionary<string, string> Labels

    Its labels, which is where a shard id is kept.

  • public string State

    Its state — running, exited.

Methods (1)

  • public DockerContainer(string Id, IReadOnlyDictionary<string, string> Labels, string State)

    One container, as much of it as this backend cares about.

Used by (2)

  • DockerEngineVixen.Live.Placement.Docker
  • DockerPlacementVixen.Live.Placement.Docker