Skip to content
Docs Try Aspire
Docs Try

ConfigReference

Handle
📦 Aspire.Hosting.Docker v13.4.0
interface ConfigReference {
gid: string;
mode: UnixFileMode;
source: string;
target: string;
uid: string;
}

Properties

property gid string get · set
Gets or sets the group ID (GID) used to identify the group of the referenced configuration.
property mode UnixFileMode get · set
Represents the access mode for the configuration reference in the form of an integer value. This property determines the permissions or access level for the configuration being referenced. Typical values might correspond to standard file permission modes.
property source string get · set
Gets or sets the source configuration reference. This property specifies the origin of the configuration file or data required by the service node.
property target string get · set
Specifies the target location where the referenced configuration data will be applied or mounted in the context of the Docker service.
property uid string get · set
Gets or sets the user identifier (UID) associated with the configuration reference. Optional property that specifies the user ID for accessing the configuration target.