mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
README: Change NB_USER to NB_UID
Update text to be consistent with list of documented options.
This commit is contained in:
@@ -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
|
|||||||
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
|
|||||||
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
|
|||||||
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
|
|||||||
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
|
|||||||
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user