yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
93 stars 29 forks source link

Question: Is this intended to spawn a docker container when connecting through SSH? #12

Closed vnijs closed 3 years ago

vnijs commented 3 years ago

If so, that would be really nice.

yuvipanda commented 3 years ago

Heya! Thanks for your interest :D

It talks to JupyterHub only, so it doesn't know what is going to be spawned. So if your JupyterHub is configured to use dockerspawner, it'll spawn a docker container. If your JupyterHub is configured to use KubeSpawner, it'll spawn a kubernetes pod (this is how I use it).

Hope that was useful!

vnijs commented 3 years ago

Nice! Looking forward to trying this out. I'll need some docs to figure out how to make it work however :)