注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:LXD/12/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
The format of both of these files are "user":"start":"count". Meaning that the {{c|root}} user will be allocated "count" IDs starting at the position "start". The reason why LXD does this is because | |||
these extra IDs will be used to isolate containers from the host processes and optionally from each other, by using different offsets so that their UID and GIDs will not overlap. Because LXD 5 now | |||
has these settings "baked in", these files do not need to be created and exist here just for reference and understanding of default LXD behavior. For more information on subids and subgids, see [[LXD/What are subuids and subgids?|What are subuids and subgids?]]. |
Latest revision as of 19:54, June 22, 2022
The format of both of these files are "user":"start":"count". Meaning that the root
user will be allocated "count" IDs starting at the position "start". The reason why LXD does this is because
these extra IDs will be used to isolate containers from the host processes and optionally from each other, by using different offsets so that their UID and GIDs will not overlap. Because LXD 5 now
has these settings "baked in", these files do not need to be created and exist here just for reference and understanding of default LXD behavior. For more information on subids and subgids, see What are subuids and subgids?.