January 20, 20215 yr I haven't made any changes to my dockers and haven't gotten any new ones, but this morning I woke up to messages about every 10 minutes that my docker.img was filling up 1% each time. What's the best way to find out which docker is causing the issue?
January 20, 20215 yr Community Expert The usual reason for filling docker.img is an application writing to a path that isn't mapped. Check each application that writes data such as downloads or transcodes or dvr, etc. and make sure it is configured to only write to a path that corresponds exactly to a container path in the mappings.
January 20, 20215 yr Maybe you have a lot of orphan images Envoyé de mon HD1913 en utilisant Tapatalk
January 20, 20215 yr Author 3 hours ago, trurl said: The usual reason for filling docker.img is an application writing to a path that isn't mapped. Check each application that writes data such as downloads or transcodes or dvr, etc. and make sure it is configured to only write to a path that corresponds exactly to a container path in the mappings. I've had experience with this happening in the past so I'm careful to make sure the directories are correct when adding new dockers. I haven't configured or added any new dockers recently so I'm confused as to why this would happen suddenly this morning. Is there a way to see what is being written to the docker.img in realtime? 25 minutes ago, rachid596 said: Maybe you have a lot of orphan images Envoyé de mon HD1913 en utilisant Tapatalk How do I check for the orphan images? I was planning on deleting the docker.img and rebuilding but I'm afraid that what caused it to happen the first time will just do it again
January 20, 20215 yr Community Expert 1 hour ago, fonzie said: How do I check for the orphan images? On the Docker page, move the slider at upper right to Advanced and it will show them to you, and you can delete them from there.
March 18, 20215 yr I know there is a FAQ about this and I ready the answers... but for me I still do not know how to resolve this. As this thread still is kept pretty general I also do not intend to capture this and keep it general and helpful for others... My docker file size is 320gb and I am running like 10 docker containers. After a few days the docker.img is at over 90% usage, while the "container size" on docker page shows a total space used of 6gb, including writable and log.. I am still a UNRAID newby, so please forgive me the question... as FAQ doesn't help... Thanks in advance Dave Docker settings/volume info I am now going through every docker container by using du -a /dir/ | sort -n -r | head -n 20 on the console to find the biggest files/directories. Why doesn't "Cointainer size" show the "really" used space inside docker.img? It looks like Xeoma is storing files outside the network mapping intended... Edited March 18, 20215 yr by cotwild
March 18, 20215 yr It looks like it was the Xeoma Container, i moved the recordings to the intended network drive on another NAS. But the docker.img doesn't decrease...? I tried to "scrub" it, which didn't help.... How do I release the "unused/deleted" space on the docker.img??
March 18, 20215 yr Community Expert 20G should be more than enough. Go to Settings Docker, disable then delete docker.img from that page. Change size to 20G then enable to recreate. The Previous Apps feature on the Apps page will reinstall your dockers exactly as they were.
March 18, 20215 yr 1 hour ago, trurl said: 20G should be more than enough. Go to Settings Docker, disable then delete docker.img from that page. Change size to 20G then enable to recreate. The Previous Apps feature on the Apps page will reinstall your dockers exactly as they were. Perfect 🙂 Was a bit curious about deleting the docker.img, but I worked like a charm. Thanks a lot trurl
Archived
This topic is now archived and is closed to further replies.