Skip to content

dwgnr/jupyterhub-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JupyterHub deployment with Docker

This is a Dockerized JupyterHub deployment.

Features

  • Containerized single user Jupyter servers, using DockerSpawner
  • Some form of authentication e.g. PAM or LDAP (currently only Dummy authentication though)
  • User data persistence
  • HTTP(S) proxy based on Traefik

Required file changes

The following changes might be necessary to get this running in your environment:

Run

Build and launch the application with:

docker-compose build
docker-compose up -d

Resources

This repository is adapted from the implementation by the Université de Versailles. The deployment process is described in this blog post.

About

Files for the deployment of Jupyterhub in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published