89luca89 / lilipod

Lilipod is a simple container manager, able to download, unpack and use OCI images from various container registries.
GNU General Public License v3.0
240 stars 11 forks source link

lilipod rm does not work. #15

Closed KDBalashevich closed 3 months ago

KDBalashevich commented 3 months ago

I have an image created by distrobox. If I try to distrobox-rm it, I can still see it in distrobox list, however if I try to delete it again, i get a messege, that there are no containers with that name. If I try to delete it with lilipod rm, I get the same result. However I can still see it in lilipod ps -a output. lilipod rm -a deletes everything successfully

mirkobrombin commented 3 months ago

What's the output of lilipod rm?

KDBalashevich commented 3 months ago

For whatever reason I cannot reproduce the issue now.