write /var/lib/docker/tmp/GetImageBlob2162686560: ...
# troubleshoot
w
write /var/lib/docker/tmp/GetImageBlob2162686560: no space left on device ... Unable to run quickstart - the following issues were detected: - elasticsearch is not present - broker is not present - datahub-frontend-react is not present - datahub-gms is not present
1
b
That error message ("no space left on device") indicates that your volume / hard drive is full.
w
thnx
Make sure to allocate enough hardware resources for Docker engine. Tested & confirmed config: 2 CPUs, 8GB RAM, 2GB Swap area, and 10GB disk space.
allocated 10 gb
will increase
thank you