README: Change NB_USER to NB_UID

Update text to be consistent with list of documented options.
This commit is contained in:
Jean-Christophe Fillion-Robin
2016-04-11 15:01:54 -04:00
parent 0cb52a070a
commit 334cf7ae0d
6 changed files with 6 additions and 6 deletions

View File

@@ -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