New comment by kernle32dll on void-packages repository https://github.com/void-linux/void-packages/issues/19202#issuecomment-586997308 Comment: It is. After some tinkering I got it running again: First, I removed the `/etc/sv/docker/log` folder - not sure if that did anything, but it got rid of the error message above. Then turns out, due to the original problem I had both `overlay2` and `btrfs` under `/var/lib/docker`. With the removal of the daemon.json per https://github.com/void-linux/void-packages/pull/19226, Docker was unable to "guess" the correct storage driver. I deleted the `overlay2` folder (warning fellow Googler, this is due to me using Btrfs, don't do that blindly), and it works again.