Docker Image filling up


mihcox

Recommended Posts

All,

 

Is there a tool that will show me why my docker is getting full, and what is using the most space. I have 35gb docker image, and about 30 or so dockers running. I get notifications that it hit 80 percent, and im trying to see if i can tell what is causing this increase.

 

Any advice on how to see individual docker usage would be great!

Link to comment
On 1/11/2020 at 11:33 AM, mihcox said:

why my docker is getting full

A typical cause is an application writing to a path that isn't mapped. Common mistakes are not using the same upper/lower case as in the mapping, or not using an absolute path /.

 

Note that this is referring to a setting within an application. For example, if you have transmission writing to Download, but your mapping has a container path of download, then it would write into the docker image because Download isn't mapped.

 

I came to this thread after seeing your more recent thread about filling cache. Probably you have several things wrong with the way you have setup your dockers that is causing multiple issues.

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.