Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. code example
Example: docker.service: Failed with result 'exit-code'
# Try this it will fix on docker
ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sudo sh