Docker: Respuesta de error de Daemon: Dial Unix docker.raw.sock: Conecte: No hay dicho archivo o directorio

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