> For the complete documentation index, see [llms.txt](https://docs.finngen.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finngen.fi/faq/about-sandbox/how-can-i-clean-unused-docker-containers-from-my-home-ivm.md).

# How can I clean unused Docker containers from my /home/ivm/?

**Problem:** Over time, stopped Docker containers accumulate in `/home/ivm/` and can eventually fill the directory completely.

**Solution:** Periodically remove stopped containers that are no longer in use by running the following command in your terminal:

`docker container prune`

After running this command, **restart your IVM** — optionally with a larger home directory size if needed.
