Sometime in the past week or two, installing Docker on Linux does not enable overlay2, as it had for some years.
Is this a feature or a bug?
If you want to install Discourse (you’re using it now!), this is a problem. Here’s an example of someone other than me complaining about it, as well as the work-around.
I’ve updated my install scripts (I install Discourse for a living) to just create /etc/docker/daemon.json every time, but I’m afraid that this will bite people somehow sometime in the future.
I compared the output of docker info from an existing installation, deleted it, removed /var/lib/docker, re-installed docker and indeed overlay2 is not used anymore. This is to be expected.