csharp
public record class DockerCreateWhat to create.
Fields and properties (5)
public string ImageThe realm's image.
public IReadOnlyList<string> ArgumentsIts command, which carries the encoded RealmSpec.
public IReadOnlyDictionary<string, string> LabelsLabels to put on it, including the shard id.
public IReadOnlyDictionary<string, string> EnvironmentVariables to set.
public int PortThe 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