about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-08 00:13:32 +0000
committerGitHub <noreply@github.com>2024-04-08 00:13:32 +0000
commit41c6cc963fb1269a95e3c0a16ba935b3b9f44ca3 (patch)
treef8bdfd3e6c1be847cee9945e84a1bb53de0fc7e7 /doc
parentb7da079f641cbb9ebd08835eea672a8cffa2772e (diff)
parent053ca46068a9a092c8909dd4daa7a099b16e4d91 (diff)
Merge release-23.11 into staging-next-23.11
Diffstat (limited to 'doc')
-rw-r--r--doc/build-helpers/images/dockertools.section.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build-helpers/images/dockertools.section.md b/doc/build-helpers/images/dockertools.section.md
index 42d6e297f529c..183180ca1fa26 100644
--- a/doc/build-helpers/images/dockertools.section.md
+++ b/doc/build-helpers/images/dockertools.section.md
@@ -155,6 +155,15 @@ Create a Docker image with many of the store paths being on their own layer to i
 
     *Default:* `1970-01-01T00:00:01Z`
 
+`uid` _optional_
+`gid` _optional_
+`uname` _optional_
+`gname` _optional_
+
+: Credentials for Nix store ownership. Can be overridden to e.g. `1000` / `1000` / `"user"` / `"user"` to enable building a container where Nix can be used as an unprivileged user in single-user mode.
+
+  *Default:* `0` / `0` / `"root"` / `"root"`
+
 `maxLayers` _optional_
 
 : Maximum number of layers to create.