Docker running on Ubuntu is taking 18G of disk space (on a partition of 20G), causing server crashes. Commands below show that there is a serious mismatch between "official" image, container and volume sizes and the docker folder size.
What causes this and how can I cleanup ?
I already tried docker system prune
which doesn't help.
du -sh /var/lib/docker
docker system df
du -sh /var/lib/docker/*
du -sh /var/lib/docker/containers/*
du
command is printing out those PNG files directly? That's very unusual...I'd expect them to print out plain text. Can you replace the images with the actual text output of those commands? Is there application source code that's relevant to this question, or is it just about disk utilization on a Linux host? – Photojournalism