Skip to content

kamikat/imagespawner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imagespawner

DockerSpawner with image selection

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

In your JupyterHub configuration:

c.JupyterHub.spawner_class = DockerImageChooserSpawner

# The admin must pull these before they can be used.
c.DockerImageChooserSpawner.dockerimages = [
	'jupyterhub/singleuser',
	'jupyter/r-singleuser'
]

About

DockerSpawner with image selection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%