I enabled Docker's ZFS Storage Driver, but apparently it only deals with Docker internals, using ZFS snapshots and clones for its own overlays.
But what I want is for Docker to create every volume, especially persistent ones, as their own ZFS filesystems, so that I can independently snapshot them for backup purposes.
Is there a Docker option to enable this feature? I would like to avoid having to manually create every volume of every application and bind mount them.
I found this plugin but it seems very little used.