Sign inSign up

indigodatacloud/jupyterhub

By indigodatacloud

Updated over 8 years ago

JupyterHub image including kubespawner

Image
0

599

indigodatacloud/jupyterhub repository overview

Dockerfile used: https://github.com/indigo-dc/ansible-role-jupyterhub/blob/master/docker/Dockerfile

Launch using a command like that:

docker run --name jupyter -p 8000:8000 -p 8081:8081 -e HUB_CONNECT_IP=10.0.0.1 -v /local_path/jupyterhub_config.py:/jupyterhub_config.py -d grycap/jupyterhub

In case of using the kubespawner the file root/.kube/config must be mounter with the kubernetes config file:

docker run --name jupyter -p 8000:8000 -p 8081:8081 -e HUB_CONNECT_IP=10.0.0.1 -v /local_path/jupyterhub_config.py:/jupyterhub_config.py -v /local_path/admin.conf:/root/.kube/config -d grycap/jupyterhub-kubespawner 

Tag summary

Content type

Image

Digest

Size

118.3 MB

Last updated

over 8 years ago

docker pull indigodatacloud/jupyterhub