"Unable to start service docker: Failed to start docker.service: Connection timed out\nSee system logs and 'systemctl status docker.service' for details.\n"} 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