manics / imagespawner

KubeSpawner with image selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imagespawner

DockerSpawner and KubeSpawner with image selection

Let JupyterHub users choose which docker image they want to spawn.

In your JupyterHub configuration:

c.JupyterHub.spawner_class = KubeImageChooserSpawner
c.KubeImageChooserSpawner.dockerimages = [
    'jupyterhub/singleuser',
    'jupyter/r-singleuser'
]

Requirements:

About

KubeSpawner with image selection

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%