Overview of DockerSpawner spawner types
mainDockerSpawner enables JupyterHub to spawn single-user notebook servers within Docker containers. Depending on your infrastructure and deployment needs, you can choose from three primary spawner types:
- DockerSpawner: The standard option that takes an authenticated user and spawns a notebook server in a dedicated Docker container.
- SwarmSpawner: Used for orchestrating notebook servers as services within a Docker Swarm mode cluster.
- SystemUserSpawner: Spawns notebook servers that correspond to existing system users.