-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman does not support "network ls --filter dangling=true" #204
Comments
Well, podman is not supported (see #110). If you think it's feasible to support it, please help provide a path toward that. Supporting old dockers is also not a priority to me 😅 |
That said, removing |
I learned that only "podman network ls" doesn't support this filter. Interestingly, "podman image ls" and "podman volume ls" support it:
I also opened a ticket at Podman, because the problem might actually be there: containers/podman#14595 If Podman fixes this, then only the part of "Stable Linux distributions with old versions of Docker doesn't have this filter" would be true. |
Looks like it was merged, so this should be resolved. |
I have the newest and shiniest podman installed, fresh from git:
And when I run
M-x docker
--- after(setq docker-command "podman"
) of course --- I get this error messages:And really, if I run this command in the shell, I get an error:
It works however without the filter:
Now I looked into docker.el source code, and found that this filter is hardcoded into several functions. Can we make this customizable?
This might actually also help docker users of stable distributions. For example, when I look at https://manpages.debian.org/testing/podman-docker/docker-network-ls.1.en.html I don't see a "dangling" filter documented.
The text was updated successfully, but these errors were encountered: