<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to remove old and unused Docker images in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-remove-old-and-unused-docker-images/m-p/19822#M13351</link>
    <description>&lt;P&gt;When running Docker for a long time, there are a lot of images in the system. How can I remove all unused Docker images at once safely to free up the storage?&lt;/P&gt;&lt;P&gt;In addition, I also want to remove images pulled months ago, So, I'm not asking for removing untagged images only. I'm searching for a way to remove general unused images.&lt;/P&gt;&lt;P&gt;I checked one &lt;A href="https://www.janbasktraining.com/blog/what-is-docker/" alt="https://www.janbasktraining.com/blog/what-is-docker/" target="_blank"&gt;docker blog&lt;/A&gt; online, but still, I was able to get rid of this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help!&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2022 06:41:34 GMT</pubDate>
    <dc:creator>williamsmith900</dc:creator>
    <dc:date>2022-05-24T06:41:34Z</dc:date>
    <item>
      <title>How to remove old and unused Docker images</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-old-and-unused-docker-images/m-p/19822#M13351</link>
      <description>&lt;P&gt;When running Docker for a long time, there are a lot of images in the system. How can I remove all unused Docker images at once safely to free up the storage?&lt;/P&gt;&lt;P&gt;In addition, I also want to remove images pulled months ago, So, I'm not asking for removing untagged images only. I'm searching for a way to remove general unused images.&lt;/P&gt;&lt;P&gt;I checked one &lt;A href="https://www.janbasktraining.com/blog/what-is-docker/" alt="https://www.janbasktraining.com/blog/what-is-docker/" target="_blank"&gt;docker blog&lt;/A&gt; online, but still, I was able to get rid of this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help!&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 06:41:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-old-and-unused-docker-images/m-p/19822#M13351</guid>
      <dc:creator>williamsmith900</dc:creator>
      <dc:date>2022-05-24T06:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove old and unused Docker images</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-old-and-unused-docker-images/m-p/19823#M13352</link>
      <description>&lt;P&gt;@william smith​&amp;nbsp;you can use the prune command to remove the unused docker image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;docker image prune -a --force --filter "until=720h"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This command removes images created more than 30 days (720h) ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to modify the filter parameter as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.docker.com/engine/reference/commandline/image_prune/" alt="https://docs.docker.com/engine/reference/commandline/image_prune/" target="_blank"&gt;Official docker document&lt;/A&gt; should help you. &lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 08:27:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-old-and-unused-docker-images/m-p/19823#M13352</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-05-24T08:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove old and unused Docker images</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-remove-old-and-unused-docker-images/m-p/19824#M13353</link>
      <description>&lt;P&gt;Hey there @william smith​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does @Prabakar Ammeappin​'s&amp;nbsp;response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 14:23:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-remove-old-and-unused-docker-images/m-p/19824#M13353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-22T14:23:52Z</dc:date>
    </item>
  </channel>
</rss>

