As workarround I’ve created the file /etc/docker/daemon.json:
{
"storage-driver": "overlay"
}
I don’t know if this the correct value. Luckily I’ve no docker apps installed on the DC Master.
EDIT: Should be correct. At least
docker info
ran on non-updated host was saying the same.