Restart docker failed on docker0 network interface
Sometimes when you attempt to restart docker.service, it fails on cannot restart docker0 network interface.
In this case, you can simple do
ifdown docker0
Then you can start docker.service again.