November 16, 20214 yr This is a friend of mines server. His docker container keeps filling up. I have verified that all of his docker containers are mapped correctly but its still happening. I know im missing something. His diagnostics file is attached. Thanks matrix-diagnostics-20211116-0615.zip
November 16, 20214 yr Author I think I found the issue it was with sab not having the correct folders in the categories. But if you could look though the diagnostics and let me know if there is anything else going on I would appreciate it.
November 16, 20214 yr Community Expert You should delete and recreate docker.img, 20G will probably be plenty and making it larger won't fix filling it. docker.img usage shouldn't grow. https://wiki.unraid.net/Manual/Docker_Management#Re-Create_the_Docker_image_file Then reinstall your dockers. https://wiki.unraid.net/Manual/Docker_Management#Re-Installing_Docker_Applications 32 minutes ago, Jurak said: all of his docker containers are mapped correctly It isn't only about the docker mappings. The usual cause of filling docker.img is an application writing to a path that isn't mapped. A path set within the application itself, not in the mappings. Each path specified by the application must correspond to a container path, case sensitive.
November 16, 20214 yr Author 2 hours ago, trurl said: It isn't only about the docker mappings. The usual cause of filling docker.img is an application writing to a path that isn't mapped. A path set within the application itself, not in the mappings. Each path specified by the application must correspond to a container path, case sensitive. Yes I found this was the issue with Sabnzbd. It was saving downloads to folder locations that were not corresponding with a container path that was set up. So it was saving in the docker image due to this. I have fixed 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.