Quick Tip: How to Completely Reset Podman Storage

July 23, 2026

If your container storage (like /var/lib/containers/storage/overlay or ~/.local/share/containers/storage/) is unexpectedly full and podman system prune doesn’t clear enough space, there is a simple “nuke” command built into Podman:

podman system reset

(Use sudo podman system reset for root-level Podman storage)

What does it do?

It returns Podman’s storage engine back to its initial post-installation state. It wipes:

  • All local images
  • All containers (running or stopped)
  • All volumes and networks
  • All orphaned overlay storage layers

Warning: This command deletes everything in your Podman storage. Use it when you want a completely fresh start!

No Comments yet »

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Powered by WordPress
Entries and comments feeds. Valid XHTML and CSS. 47 queries. 0.060 seconds.