<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to free up disk space? Docker-volumes]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">My docker-volumes, /var/lib/docker is taking up 57 GB (server only has 60GB) and now it's causing the app problems to start.</p>
<p dir="auto">Is it safe to remove some of the docker images or data in the docker-volumes? It seems rather high to take up 57GB. I am only running one app, Freescout, and it was not used too much.</p>
<p dir="auto">Thanks,</p>
]]></description><link>https://forum.cloudron.io/topic/11112/how-to-free-up-disk-space-docker-volumes</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 02:59:19 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11112.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Feb 2024 19:29:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to free up disk space? Docker-volumes on Thu, 15 Feb 2024 20:32:52 GMT]]></title><description><![CDATA[<p dir="auto">You need to remove some log files and also unused kernels</p>
<pre><code>apt-get remove `dpkg --list 'linux-image*' |grep ^ii | awk '{print $2}'\ | grep -v \`uname -r\``
</code></pre>
<p dir="auto">source: <a href="https://docs.cloudron.io/troubleshooting/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/troubleshooting/</a></p>
<p dir="auto">and:<br />
Use ncdu to browse every container<br />
My results:<br />
Gained 1gb of storage by deleting /usr/local/share/.cache/yarn/ on a container volume<br />
Gained 500mb of storage by deleting Anaconda distribution package cache within a container volume</p>
<p dir="auto">source: <a href="https://forum.cloudron.io/topic/4604/disk-space-should-never-bring-a-whole-server-down/46?_=1708028984619">https://forum.cloudron.io/topic/4604/disk-space-should-never-bring-a-whole-server-down/46?_=1708028984619</a></p>
]]></description><link>https://forum.cloudron.io/post/83385</link><guid isPermaLink="true">https://forum.cloudron.io/post/83385</guid><dc:creator><![CDATA[makemrproper]]></dc:creator><pubDate>Thu, 15 Feb 2024 20:32:52 GMT</pubDate></item><item><title><![CDATA[Reply to How to free up disk space? Docker-volumes on Thu, 15 Feb 2024 20:05:28 GMT]]></title><description><![CDATA[<p dir="auto">I had the same <a href="https://forum.cloudron.io/topic/8900/docker-storage-consumption?_=1707993024294">question</a> some time ago and it turned out that it would be safe to use <code>docker system prune</code>. However Cloudron is usually automatically removing unused images.</p>
]]></description><link>https://forum.cloudron.io/post/83383</link><guid isPermaLink="true">https://forum.cloudron.io/post/83383</guid><dc:creator><![CDATA[Kubernetes]]></dc:creator><pubDate>Thu, 15 Feb 2024 20:05:28 GMT</pubDate></item></channel></rss>