Fix DOCKER_NOTEBOOK_IMAGE rename that was missed.

(c) Copyright IBM Corp. 2016
This commit is contained in:
Justin Tyberg 2016-04-19 16:49:28 -04:00
parent e1b9f8ed9a
commit 4bc8221657

View File

@ -222,7 +222,7 @@ Notebook servers. You set the desired Notebook server image in a
`DOCKER_NOTEBOOK_IMAGE` environment variable. `DOCKER_NOTEBOOK_IMAGE` environment variable.
JupyterHub reads the Notebook image name from `jupyterhub_config.py`, which JupyterHub reads the Notebook image name from `jupyterhub_config.py`, which
reads the Notebook image name from the `DOCKER_CONTAINER_IMAGE` environment reads the Notebook image name from the `DOCKER_NOTEBOOK_IMAGE` environment
variable: variable:
``` ```