Open
Description
Proposed change
Add the user's docker volume name to the server state. This would allow removing them in an automated fashion through the API by the jupyterhub-idle-culler
service as described in this GitHub issue.
Alternative options
I fork this repository and maintain my personal copy that does exactly that. Or I do some monkey-patching similar to this JupyterHub config.
Who would use this feature?
Everyone who wants to automatically tidy up docker volumes of inactive users measured by the user's activity at the JupyterHub.