Table of Contents

Class ServiceDescriptor.DockerOptionsDescriptor

Namespace
Phoesion.Glow.SDK.HologramDescriptors.Firefly
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public class ServiceDescriptor.DockerOptionsDescriptor
Inheritance
object
ServiceDescriptor.DockerOptionsDescriptor

Properties

Image

[Key("Image")]
public string Image { get; set; }

Property Value

string

Network

[Key("Network")]
public string Network { get; set; }

Property Value

string

Ports

[Key("Ports")]
public string Ports { get; set; }

Property Value

string