docker: réponse d'erreur de Daemon: Dial Unix docker.raw.sock: Connect: Aucun fichier ou répertoire de ce type

// Stop and Start Docker daemon
sudo /etc/init.d/docker stop
sudo /etc/init.d/docker start
// If the above does not work try with:
sudo reboot
Ghaith Alzin