Added -p 8000:8000 to jupyterhub Docker quick start command.

This commit is contained in:
Brett Randall
2019-02-28 11:27:54 +11:00
committed by GitHub
parent 25aa892f86
commit 01bc8584a2

View File

@@ -25,7 +25,7 @@ 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 -p 8000:8000 --name jupyterhub jupyterhub/jupyterhub jupyterhub
This command will create a container named ``jupyterhub`` that you can
**stop and resume** with ``docker stop/start``.