Answers for "how to test if docker is running from boot"

0

how to test if docker is running from boot

#to check if docker is installed run
$ docker --version
#to check if docker is running run command
$ systemctl status docker
Posted by: Guest on September-18-2020

Code answers related to "how to test if docker is running from boot"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language