active failed (result start-limit-hit) ubuntu code example
Example: failed (Result: start-limit-hit)
# Try this code it will fixed for docker
ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sudo sh
# Try this code it will fixed for docker
ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sudo sh