How can I clean unused Docker containers from my /home/ivm/?
PreviousHow to clear browser cache after sandbox updateNextTool got stuck when opening from the Sandbox menu?
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
Was this helpful?