July 6, 20241 yr Hi, I had a docker message appear stating this....... Docker high image disk utilization Warning - Docker image disk utilization of 70% Docker utilization of image file /mnt/user/system/docker/docker.img The utilization condition shortly after was reported to have returned to normal by Fix Common Problems. I have my Docker image set to the default 20gb. root@:~# docker system df TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 19 19 12.51GB 2.207GB (17%) Containers 20 0 1.579GB 1.579GB (100%) Local Volumes 1 1 0B 0B Build Cache 0 0 0B 0B root@:~# docker volume ls reported 1 local volume. Reclaimable section above.. is that something I should do/can do? Does everything look ok with the docker? Am I correct on saying I'd need to increase the 20GB size set by default, with the total container size been at 19.2 GB. Thanks in advance for any advice Edited July 6, 20241 yr by Lien1454
July 7, 20241 yr Community Expert Solution If the image is stable you can increase a little, if it's growing day by day you possibly have a wrong mapping.
July 7, 20241 yr Author Just now, JorgeB said: If the image is stable you can increase a little, if it's growing day by day you possibly have a wrong mapping. Thanks for helping I checked all my mappings to ensure nothing is being storage within the docker image. Even ran spaceinvaders script to double confirm this.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.