Comment tester si Docker s'exécute à partir du démarrage

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