ConfigReference
Handle
interface ConfigReference { gid: string; mode: UnixFileMode; source: string; target: string; uid: string;}10 members
Properties
property
gidstringget · setGets or sets the group ID (GID) used to identify the group of the referenced configuration.
property
modeUnixFileModeget · setRepresents 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
sourcestringget · setGets or sets the source configuration reference. This property specifies the origin of the configuration file or data required by the service node.
property
targetstringget · setSpecifies the target location where the referenced configuration data will be applied or mounted in the context of the Docker service.
property
uidstringget · setGets or sets the user identifier (UID) associated with the configuration reference. Optional property that specifies the user ID for accessing the configuration target.