Skip to content

Commit a63a9a6

Browse files
authored
Document root homedir (#2079)
* Document root homedir * Add link to issue
1 parent 37018f9 commit a63a9a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/using/common.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ You do so by passing arguments to the `docker run` command.
5252
quay.io/jupyter/base-notebook
5353
```
5454

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+
5560
- `-e NB_UID=<numeric uid>` - Instructs the startup script to switch the numeric user ID of `${NB_USER}` to the given value.
5661
The default value is `1000`.
5762
This feature is useful when mounting host volumes with specific owner permissions.

0 commit comments

Comments
 (0)