Class ServiceDescriptor.DockerOptionsDescriptor
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors.Firefly
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceDescriptor.DockerOptionsDescriptor
- Inheritance
-
objectServiceDescriptor.DockerOptionsDescriptor
Properties
Image
[Key("Image")]
public string Image { get; set; }
Property Value
Network
[Key("Network")]
public string Network { get; set; }
Property Value
Ports
[Key("Ports")]
public string Ports { get; set; }