I am trying to build a docker image in which i need to copy a DB dump of size around 170GB. When i run command
docker build -t imagename:tag .
I am getting error message in the image build step in which dump is copied.
No space left on device
Although i have around 500 GB disk space free. I am not sure why i am facing this error. Do we have any image size limits in docker or overlay2. I am using CentOS machine and the storage driver is overlay2 .