Answers for "check is the docker daemon running"

0

check if docker daemon is runing

$ systemctl status docker
Posted by: Guest on August-11-2021
0

check if docker daemon is runing

pgrep -f docker > /dev/null || echo "starting docker"
Posted by: Guest on August-11-2021

Code answers related to "check is the docker daemon running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language