Closed issue by kartikynwa on void-packages repository https://github.com/void-linux/void-packages/issues/29491 Description: Hello. podman tries to default to overlayfs as the default storage driver and falls back to vfs if it's not available. While podman functions fine with vfs, it has the downside of eating up an inordinate amount of space. On my VPS, upon doing a `podman-compose pull` on a Wordpress compose file, it consumed 15GB of space until there was none left. For reference, Arch installs it as a runtime dependency and it's a suggested package while installing podman in Debian. Just throwing an idea against the wall so feel free to close the issue if it's not deemed necessary. Thanks.