February 3, 20215 yr Hello ppl i have a problem with my docker, it's creating some MASSIVE log files for some reason, and it is in no time I have tried deleting all my docker containers and my docker image, and still the same error Quote du -ah /var/lib/docker/ | grep -v "/$" | sort -rh | head 76G /var/lib/docker/btrfs/subvolumes 76G /var/lib/docker/btrfs 63G /var/lib/docker/btrfs/subvolumes/202df39feae7285d770a99f68e88e881c9dd2cfca9b538690b470857e8cc9a7d/var/log 63G /var/lib/docker/btrfs/subvolumes/202df39feae7285d770a99f68e88e881c9dd2cfca9b538690b470857e8cc9a7d/var 63G /var/lib/docker/btrfs/subvolumes/202df39feae7285d770a99f68e88e881c9dd2cfca9b538690b470857e8cc9a7d 21G /var/lib/docker/btrfs/subvolumes/202df39feae7285d770a99f68e88e881c9dd2cfca9b538690b470857e8cc9a7d/var/log/syslog 21G /var/lib/docker/btrfs/subvolumes/202df39feae7285d770a99f68e88e881c9dd2cfca9b538690b470857e8cc9a7d/var/log/error 21G /var/lib/docker/btrfs/subvolumes/202df39feae7285d770a99f68e88e881c9dd2cfca9b538690b470857e8cc9a7d/var/log/daemon.log 647M /var/lib/docker/btrfs/subvolumes/7758d4967303a53e547814b36b09f11dab760e81b52109b06164b2f91cc00088 647M /var/lib/docker/btrfs/subvolumes/5393b208e97f2231f266ef672230aa243eb35f501b0757b9040acce17e51048e-init i only have a few dockers running Edited February 3, 20215 yr by l3ol3o
February 3, 20215 yr Community Expert Click the Container Size button at the bottom of that page and post the results. Also, Go to Tools - Diagnostics and attach the complete Diagnostics ZIP file to your NEXT post in this thread.
February 3, 20215 yr Author 4 hours ago, trurl said: Click the Container Size button at the bottom of that page and post the results. Also, Go to Tools - Diagnostics and attach the complete Diagnostics ZIP file to your NEXT post in this thread. It helped with the Container size thing for some reason I didn't see that button before, it was my glFTPd that did some strange stuff
February 4, 20215 yr Community Expert 19 hours ago, l3ol3o said: glFTPd that did some strange stuff Any path that isn't mapped is inside docker.img
February 15, 20215 yr Author On 2/4/2021 at 3:30 PM, trurl said: Any path that isn't mapped is inside docker.img #!/bin/bash mount --bind /mnt/user/r00t/E-Books /mnt/cache/appdata/glftpd/site/E-Books mount --bind /mnt/user/r00t/Games /mnt/cache/appdata/glftpd/site/Games mount --bind /mnt/user/r00t/OS /mnt/cache/appdata/glftpd/site/OS mount --bind /mnt/user/r00t/PlexLib /mnt/cache/appdata/glftpd/site/PlexLib mount --bind /mnt/user/r00t/Software /mnt/cache/appdata/glftpd/site/Software mount --bind /mnt/user/r00t/Tutorials /mnt/cache/appdata/glftpd/site/Tutorials mount --bind /mnt/user/r00t/Upload /mnt/cache/appdata/glftpd/site/Upload I'm mapping this with User Scripts
April 5, 20224 yr I'm in a similar boat to @l3ol3o just slightly out of hand: My /var/lib/docker/btrfs/subvolumes/ is 96G Vs what should be 12? https://sharex.daveys.xyz/LuMo4/KawiWeze27.png Ive attached a diag file if it helps tower-diagnostics-20220405-2054.zip
April 5, 20224 yr 2 hours ago, Jonny190 said: My /var/lib/docker/btrfs/subvolumes/ is 96G The size you've set for your docker image is 200G of that, 17G is used, which aligns well with your screenshot. Why set it at 200G? Were you having problems previously with the image filling?
April 5, 20224 yr Community Expert In addition to the ridiculous size of docker.img, your appdata and system shares have files on the array.
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.