We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37018f9 commit a63a9a6Copy full SHA for a63a9a6
docs/using/common.md
@@ -52,6 +52,11 @@ You do so by passing arguments to the `docker run` command.
52
quay.io/jupyter/base-notebook
53
```
54
55
+ ```{note}
56
+ If you set `NB_USER` to `root`, the `root` home dir will be set to `/home/root`.
57
+ See discussion [here](https://github.com/jupyter/docker-stacks/issues/2042).
58
+ ```
59
+
60
- `-e NB_UID=<numeric uid>` - Instructs the startup script to switch the numeric user ID of `${NB_USER}` to the given value.
61
The default value is `1000`.
62
This feature is useful when mounting host volumes with specific owner permissions.
0 commit comments