SwarmSpawner
SwarmSpawner copied to clipboard
This repo is deprecated. A spawner for JupyterHub
@barrachri @minrk Has the swarm spawner been tested to support Docker version 17. I need to use the spawner for my project. But, the project shows that swarm spawner to...
Hey there folks, may I ask why the project is deprecated? The linked repo https://github.com/jupyterhub/dockerspawner does not have support for spawning containers in docker swarms as far as I know....
Passes the right option so that the mountpoint is passed to the driver.
I have set up `c.SwarmSpawner.start_timeout=60` and `c.SwarmSpawner.http_timeout=60` in `jupyterhub_config.py`, but it keeps timing out at 10 s. I could not see in the code that it overwrites the value from...
Commit c37c79f639ad42832ad0ac4220777ae54c9247f5 added support for driver_configs in mounts. But this actually made driver_configs stop working for me. I think there are two reasons. First, if `m['driver_config']` is a `docker.types.services.DriverConfig`, then...
Is there a flag to allow setting the polling frequency for JupyterHub's polling of a starting notebook container? It seems to be polling 5 to 10 times per second which...