Service.Ipc Property

Definition

Gets or sets the IPC (Inter-Process Communication) mode for the service. This property determines how IPC namespaces are shared between containers and the host. It can be set to values such as "none", "host", or a specific container ID to share IPC resources with.

[YamlDotNet.Serialization.YamlMember(Alias="ipc")]
public string? Ipc { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ipc")>]
member this.Ipc : string with get, set
Public Property Ipc As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to