From 4bc8221657ed830670f4ebb13c73a93765bd5085 Mon Sep 17 00:00:00 2001 From: Justin Tyberg Date: Tue, 19 Apr 2016 16:49:28 -0400 Subject: [PATCH] Fix DOCKER_NOTEBOOK_IMAGE rename that was missed. (c) Copyright IBM Corp. 2016 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69f5465..d850d86 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Notebook servers. You set the desired Notebook server image in a `DOCKER_NOTEBOOK_IMAGE` environment variable. 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: ```