Failed to start docker.service: Unit is masked

I had the same problem. Try this:

sudo systemctl unmask docker
sudo systemctl start docker

found bug here:

4 Likes