Skip to content

Commit

Permalink
Document root homedir (#2079)
Browse files Browse the repository at this point in the history
* Document root homedir

* Add link to issue
  • Loading branch information
mathbunnyru committed Jan 14, 2024
1 parent 37018f9 commit a63a9a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/using/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ You do so by passing arguments to the `docker run` command.
quay.io/jupyter/base-notebook
```

```{note}
If you set `NB_USER` to `root`, the `root` home dir will be set to `/home/root`.
See discussion [here](https://github.com/jupyter/docker-stacks/issues/2042).
```

- `-e NB_UID=<numeric uid>` - Instructs the startup script to switch the numeric user ID of `${NB_USER}` to the given value.
The default value is `1000`.
This feature is useful when mounting host volumes with specific owner permissions.
Expand Down

0 comments on commit a63a9a6

Please sign in to comment.