question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker eat all disk space

See original GitHub issue

After a few month running meteor-app on a server it’s disk is all over:

screen shot 2016-11-29 at 09 32 29

If you meteor stop it, than docker containers are removed and you get some free space. But only some. What it can be? Logs? How to handle this?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:41 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
derouckcommented, Nov 8, 2017

After updating to the latest docker version the problem will probably be solved by calling

docker system prune -af

1reaction
zoderncommented, Aug 14, 2017

Mup 1.3 will support plugins, and one of the plugins is mup-disk, which shows how much is being used where, and deletes unused files. I would appreciate help testing and getting feedback on using plugins with mup.

1.3 Beta is available. You can install it with npm i -g mup@next. To use the plugin follow these instructions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is docker image eating up my disk space that is not used ...
It's a kernel problem with devicemapper, which affects the RedHat family of OS (RedHat, Fedora, CentOS, and Amazon Linux). Deleted containers don't free...
Read more >
Prune unused Docker objects
Docker networks don't take up much disk space, but they do create iptables rules, bridge network devices, and routing table entries. To clean...
Read more >
Why Docker is eating your disk space - Juhana Jauhiainen
json . Docker supports multiple logging drivers but the simplest solution to our disk gorging logs problem is to use the local driver....
Read more >
Reclaim disk space by removing stale and unused Docker data
Recently I faced an issue with Docker Desktop for Mac. I was writing a Dockerfile in an attempt to containerize existing NodeJS apps....
Read more >
Do Docker containers take up space? - DevOps Stack Exchange
Yes, docker containers when they are running can take up some space as per your workload and application but as mentioned in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found