Cómo probar si Docker se está ejecutando desde el arranque

#to check if docker is installed run
$ docker --version
#to check if docker is running run command
$ systemctl status docker
Jittery Jellyfish