From d64b47667474bc849b733c0f95559e8d2d9a2bf0 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Mon, 26 Mar 2018 20:44:02 -0400 Subject: [PATCH] Address initial review comments --- docs/index.rst | 6 +++++- docs/using/common.md | 6 ------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d6ec112d..f99355af 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,11 @@ Jupyter Docker Stacks ===================== -Jupyter Docker Stacks are a set of ready-to-run Docker images containing Jupyter applications and interactive computing tools. You can use a stack image to start a personal Jupyter Notebook server in a local Docker container, to run JupyterLab servers for a team using JupyterHub, to write your own project Dockerfile, and so on. +Jupyter Docker Stacks are a set of ready-to-run Docker images containing Jupyter applications and interactive computing tools. You can use a stack image to do any of the following (and more): + +* Start a personal Jupyter Notebook server in a local Docker container +* Run JupyterLab servers for a team using JupyterHub +* Write your own project Dockerfile Quick Start ----------- diff --git a/docs/using/common.md b/docs/using/common.md index 16c233f9..47dce538 100644 --- a/docs/using/common.md +++ b/docs/using/common.md @@ -18,12 +18,6 @@ For example, to set the base URL of the notebook server, you can run the followi docker run -d -p 8888:8888 jupyter/base-notebook start-notebook.sh --NotebookApp.base_url=/some/path ``` -For example, to ignore best practice and disable all authentication, you can run the following: - -``` -docker run -d -p 8888:8888 jupyter/base-notebook start-notebook.sh --NotebookApp.token='' -``` - ## Docker Options You may instruct the `start-notebook.sh` script to customize the container environment before launching