mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 21:42:57 +00:00
README: Change NB_USER to NB_UID
Update text to be consistent with list of documented options.
This commit is contained in:
@@ -102,7 +102,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la
|
||||
docker run -d -p 8888:8888 jupyter/pyspark-notebook start-notebook.sh --NotebookApp.base_url=/some/path
|
||||
```
|
||||
|
||||
You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_USER` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details.
|
||||
You can sidestep the `start-notebook.sh` script entirely by specifying a command other than `start-notebook.sh`. If you do, the `NB_UID` and `GRANT_SUDO` features documented below will not work. See the Docker Options section for details.
|
||||
|
||||
## Docker Options
|
||||
|
||||
|
Reference in New Issue
Block a user