Vixen
02b45cc4
csharp
public record class DockerCreate

What to create.

Read the guide page for this →

Fields and properties (5)

  • public string Image

    The realm's image.

  • public IReadOnlyList<string> Arguments

    Its command, which carries the encoded RealmSpec.

  • public IReadOnlyDictionary<string, string> Labels

    Labels to put on it, including the shard id.

  • public IReadOnlyDictionary<string, string> Environment

    Variables to set.

  • public int Port

    The UDP port to publish, host and container alike.

Methods (1)

  • public DockerCreate(string Image, IReadOnlyList<string> Arguments, IReadOnlyDictionary<string, string> Labels, IReadOnlyDictionary<string, string> Environment, int Port)

    What to create.

Used by (1)

  • DockerEngineVixen.Live.Placement.Docker