I’ve run into an issue with a data container I’ve created for PostgreSQL. The image is listed with a virtual size of 3.65GB and when pushing the image I receive the error:
Failed to generate layer archive: write /mnt/sda1/var/lib/docker/graph/_tmp/e29eeaeac3f0cb59bdd150bfaebbbc251e0307c4eaf373fd7af1ff1c95aeefd0/523533887: no space left on device
I have deleted all unnecessary images and only have two now that total around 4G. When I attempt to run the image I receive the error:
Error response from daemon: Insertion failed because database is full: database or disk is full
My hard drive is not full and I have plenty of space. Any ideas what is going on?