jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
247 stars 85 forks source link

Adding DockerSpawner #99

Closed awstown closed 2 years ago

awstown commented 6 years ago

This allows you to deploy a thin JupyterHub (in terms of packages) instance in favor "heavy" Docker images. These images allow for encapsulation of the environment (users could potentially be using different images with different packages) as well as limiting the resources a single container may consume.