I manually deleted a docker managed subvolumes
btrfs subvolume delete /var/lib/docker/btrfs/subvolumes/<subvolume id>
but when I try to recreate it gives me this error that I'm not able to solve without nuclearize the docker installation
Error response from daemon: stat /var/lib/docker/btrfs/subvolumes/<subvolume id>: no such file or directory
already tried to stop/rm -f the container, docker system prune -f and systemctl restart docker.service to no avail