data61 / gnaf

GNAF geocoder and more
Other
42 stars 14 forks source link

Error processing tar file(exit status 1): write /root/gnaf.mv.db: no space left on device #5

Closed SmileSydney closed 5 years ago

SmileSydney commented 5 years ago

I'm getting this error when building docker. Any tips on how to resolve?

docker build .
.
.
12:39:25.695 [main] INFO  a.csiro.data61.gnaf.indexer.Indexer. - done
Error processing tar file(exit status 1): write /root/gnaf.mv.db: no space left on device
SmileSydney commented 5 years ago

Turned out docker host ran out of disk. Resolved by building on host with more local storage.

stefanocudini commented 3 years ago

similar to #10