Skip to content

bsmithyman/jupyterhub-ldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterhub-ldap

LDAP-enabled fork of Docker container jupyter/jupyterhub

Set the following environment variables:

BASE
the base path for the LDAP directory
URI
the location of the LDAP server

You may wish to use persistent home directories by setting the volume at /home.

An example line to run with persistent storage and LDAP on the Docker host:

sudo docker run -d --restart=always --name=jupyterhub -p 192.168.48.1:8000:8000 -v /virt/jupyterhub:/home -e BASE="dc=bitsmithy,dc=net" -e URI="ldap://192.168.48.1" bsmithyman/jupyterhub-ldap

About

LDAP-enabled fork of Docker container jupyter/jupyterhub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published