ZFS failed to register layer dataset does not exist · Issue ...
github.com › moby › mobyFeb 13, 2017 · 1. Stop Docker service: `sudo systemctl stop stop docker` 2. Check the existence of Docker ZFS snapshots with something like `sudo zfs list -H -o name -t snapshot | grep docker` 3. Delete the aforementioned ZFS snapshots: `sudo zfs list -H -o name -t snapshot | grep docker | xargs -n1 sudo zfs destroy -R` 3. Start Docker service again: `sudo ...
Rancher Docs: Using ZFS
https://rancher.com/docs/os/v1.x/en/storage/using-zfsTo enable ZFS as the storage driver for Docker, you’ll need to create a ZFS filesystem for Docker and make sure it’s mounted. $ sudo zfs create zpool1/docker $ sudo zfs list -o name,mountpoint,mounted. At this point you’ll have a ZFS filesystem created and mounted at /zpool1/docker. According to Docker ZFS storage docs, if the Docker root ...