mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
Merge pull request #739 from jupyterhub/fix-readme-1
Add --no-ssl to docker run command in README
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
Reference in New Issue
Block a user