Docker Hub
https://hub.docker.com/r/rancavil/jupyterhub-dockerJupyterHub Docker JupyterHub allows using the power of notebooks to groups of users. With JupyterHub Docker you will create containers with JupyterHub with NumPy, pandas, Scipy, matplotlib, and Dask for multi-users through a central server. JupyterHub Docker will provide us an environment with JupyterLab for every user. Create Container
jupyterhub · PyPI
pypi.org › project › jupyterhubDec 22, 2021 · The JupyterHub docker image can be started with the following command: docker run -p 8000:8000 -d --name jupyterhub jupyterhub/jupyterhub jupyterhub This command will create a container named jupyterhub that you can stop and resume with docker stop/start.