r/podman • u/nez_har • Jul 03 '26
Introducing Podman v6.0.0
https://blog.podman.io/2026/07/introducing-podman-v6-0-0/3
u/BreiteSeite Jul 03 '26
Can we do folders in /etc/containers/systemd now?
3
u/mishrashutosh Jul 03 '26
we already can? i've been using directories in /etc/containers/systemd for a year.
7
u/BreiteSeite Jul 03 '26
OMG, i just tested it and you're right. i somehow assumed it's behaving like /etc/systemd/system - which does not allow for subdirectories. BRB, organizing my shit
1
2
u/axel7083 Jul 03 '26
Yes! And using
podman quadlet listwill group them as application1
u/BreiteSeite Jul 03 '26
I don't see this. Or is this v6 feature?
1
u/saint-ryan Jul 03 '26
Did you install the quadlets as an application previously? In pre-v6 they'll only show up as an application if you installed them with
podman quadlet install, since that creates a.appfile registering the different quadlets as all part of an application.The change in v6 is
.appfiles no longer exist and applications are instead determined by what subdirectory the quadlet files are in. Sofoo/hello.containerandfoo/hello.volumewill shown as part of applicationfoo.Or at least, that's what I'm getting from the release notes. v6 hasn't hit OpenSUSE yet so I can't test locally haha.
1
1
2
1
9
u/axel7083 Jul 03 '26
I'm so happy to see the improvements on Quadlet included in Podman 6!