I am facing a problem during a web service deployment. The web service runs in a docker container and the first couple of times it started and worked properly.
Last time during the load of the image I received the "no space left on device" error message.
I checked the disk space and overlay2 and /dev/vda1 were almost full (9.7 GB/10 GB)
I removed all the docker images and containers.
In order to clean docker the docker system prune --all --volumes --force command was applied.
Then I checked the space used by docker and it was 0 (see the print screen below).

Unfortunately /dev/vda1 still has the same size (see the result of disk space inspection) and I am getting the same "no space left on device" error message.

Since I have uploaded only docker images I suppose that this folder is docker related.
Do you have any idea how I can get rid of this wasted disk space?
vda1to change? – vidarlo Sep 24 '23 at 18:27