Merge pull request #739 from jupyterhub/fix-readme-1

Add --no-ssl to docker run command in README
This commit is contained in:
Min RK
2016-09-10 10:55:41 +02:00
committed by GitHub

View File

@@ -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`.