diff --git a/docs/index.rst b/docs/index.rst index 9fa7bcf5..f0c682b9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,7 @@ The two examples below may help you get started if you `have Docker installed :10000/?token=`` in a browser loads JupyterLab, where ``hostname`` is the name of the computer running docker and ``token`` is the secret token printed in the console. Docker destroys the container after notebook server exit, but any files written to ``~/work`` in the container remain intact on the host.:: - docker run --rm -p 10000:8888 -e JUPYTER_LAB_ENABLE=yes -v "$PWD":/home/jovyan/work jupyter/datascience-notebook:e5c5a7d3e52d + docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan/work jupyter/datascience-notebook:e5c5a7d3e52d Table of Contents -----------------