Como testar se o Docker está fugindo da inicialização

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