Docker Utilization 100%


Recommended Posts

du -ah /var/lib/docker/containers/ | grep -v "/$" | sort -rh | head -60 | grep .log

I found the above command which tells me I have a 8.5 GB log somewhere in my docker:

8.5G /var/lib/docker/containers/651070b829a5e773eb905534612c7c3216f7b7003b93c50a35869b458a556002/651070b829a5e773eb905534612c7c3216f7b7003b93c50a35869b458a556002-json.log

 

I did a 'rm' to remove this log file.  Is this normal and will have to keep an eye out in the future?

Edited by pickthenimp
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.