From 7897a13ca5bcea1899e6812225e77531261989cf Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Fri, 9 Sep 2016 10:57:19 -0700 Subject: [PATCH] Add --no-ssl to docker run command Otherwise this doesn't run by default, and someone in gitter ran into this earlier. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad64132..31a167f9 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ To run the single-user servers, which may be on the same system as the Hub or no #### Starting JupyterHub with docker The JupyterHub docker image can be started with the following command: - docker run -d --name jupyterhub jupyterhub/jupyterhub jupyterhub + docker run -d --name jupyterhub jupyterhub/jupyterhub jupyterhub --no-ssl This command will create a container named `jupyterhub` that you can **stop and resume** with `docker stop/start`.