I'm trying to use rootless docker, but when pulling and image, docker is trying to use zfs as the storage driver. I can confirm that docker info
shows the zfs driver. I didn't intend or configure that anywhere. My OS isn't defaulted to zfs (btrfs the the root, boot etc). My home directory is in a mounted zfs.
The instructions for zfs in docker explains how to use the daemon.json to set the storage driver. However, it doesn't exist for me, which is expected, but I see no equivalent config in my system that does so. The ~/.docker/config.json has nothing about storage drivers.
Is the fact that my home directory (and the rootless docker directories) are in a mounted zfs location enough to force that as the storage driver? Is there any way to have rootless docker use a different storage driver, maybe by pointing my rootless install to another location that isn't a zfs backed directory?