Commit 55cc3dd6 authored by Peter Parente's avatar Peter Parente

Merge pull request #184 from jcfr/fix-readme-change-nb-user-to-nb-uid

README: Change NB_USER to NB_UID
parents 0cb52a07 334cf7ae
...@@ -212,7 +212,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la ...@@ -212,7 +212,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la
docker run -d -p 8888:8888 jupyter/all-spark-notebook start-notebook.sh --NotebookApp.base_url=/some/path docker run -d -p 8888:8888 jupyter/all-spark-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 ## Docker Options
......
...@@ -30,7 +30,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la ...@@ -30,7 +30,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la
docker run -d -p 8888:8888 jupyter/datascience-notebook start-notebook.sh --NotebookApp.base_url=/some/path docker run -d -p 8888:8888 jupyter/datascience-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 ## Docker Options
......
...@@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la ...@@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la
docker run -d -p 8888:8888 jupyter/minimal-notebook start-notebook.sh --NotebookApp.base_url=/some/path docker run -d -p 8888:8888 jupyter/minimal-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 ## Docker Options
......
...@@ -102,7 +102,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la ...@@ -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 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 ## Docker Options
......
...@@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la ...@@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la
docker run -d -p 8888:8888 jupyter/r-notebook start-notebook.sh --NotebookApp.base_url=/some/path docker run -d -p 8888:8888 jupyter/r-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 ## Docker Options
......
...@@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la ...@@ -27,7 +27,7 @@ You can pass [Jupyter command line options](http://jupyter.readthedocs.org/en/la
docker run -d -p 8888:8888 jupyter/scipy-notebook start-notebook.sh --NotebookApp.base_url=/some/path docker run -d -p 8888:8888 jupyter/scipy-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 ## Docker Options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment