Docker: Fehlerantwort von Daemon: WAHL UNIX Docker.raw.sock: Connect: Keine solche Datei oder Verzeichnis

// 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