Share via


Service.Pid Property

Definition

Gets or sets the PID (Process Identifier) namespace configuration for the container. This property determines whether the container shares the PID namespace with the host or other containers, allowing process visibility and signal sending between them.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to