Jump to content

(SOLVED) HELP: Filling up /var/lib/docker quick


l3ol3o

Recommended Posts

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

image.thumb.png.fbb0f976a6c09a7d2eb7428ee5562d23.png

 

Edited by l3ol3o
Link to comment
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 :P
for some reason I didn't see that button before, it was my glFTPd that did some strange stuff

Link to comment
  • l3ol3o changed the title to (SOLVED) HELP: Filling up /var/lib/docker quick
  • 2 weeks later...
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

Link to comment
  • 1 year later...
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?

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...