Is it possible to create multiple persistant volumes per user and per image when using DockerSpawner?
Under section “Volume mapping”, we can see an example where the username of the user can be used in the name of the Docker volume using the {username} tag.
However, when using DockerSpawner, it is possible for a user to run an instance of more than one image at the same time. Thus, needing one persistant volume per user and per image, not only per user.
So, I was wondering if using another tag like {image}, {server} or {environment} is possible or if there is another solution which haven’t crossed my mind.