Jump to content

Docker image filling up constantly


BoKKeR

Recommended Posts

I have read through several similar threads but I cant really solve it by myself. My docker image keeps filling up. The way I can mitigate this is removing dangling images.

 

I understand that this should be caused because an image is leaking data into the docker image instead of a mounted volume. But I cant find which one and where :/ 

 

Any help is appreciated. My docker image is at 60gb and slowly filling up

 

image.png.43bedbcbb4afdbe77fb5078668cb1b5c.png

unraid-diagnostics-20211201-1625.zip

Link to comment

60G docker.img should be at least twice as much as needed. I run 15-20 containers and they only use about half of 20G.

 

The usual cause of filling docker.img is an application writing to a path that isn't mapped. Each path configured in each application must correspond to a mapped container path, case sensitive.

 

Go to Docker page, click Container Size button, and post the results.

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...