-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: support podman volatile containers #3684
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
base: master
Are you sure you want to change the base?
Conversation
It's used by all Podman Quadlets. Those containers are not in fact volatile, but due to the managed nature of those containers, they probably decided to make them transient.
I tested image with my Quadlet-based homelab and finally I see all containers. |
We are very looking forward to this feature. When will this PR be merged? |
Any progress of merging this? |
I gave this a try, but it doesn't work with my setup. cadvisor logs the following error:
System:
Command-line to run
|
Did you follow rootless setup instructions? You have error that is irrelevant to this MR. |
Yes, I believe so. My Podman isn't running rootless, and cadvisor is running directly on the device (as root), as a systemd service, without running in a container (using the All containers running on the host are started via Quadlets. A test container that I ran with I believe it's the same error, just slightly differently worded (possibly due to recent changes to cadvisor?).
Unit file: nginx-proxy.service
|
FWIW volatile containers are not directly related to Quadlets. It's just that Podman uses the "volatile-containers.json" file for non-daemonized containers (i.e. for containers not started with And yes, this PR is should be considered for inclusion. |
It's used by all Podman Quadlets. Those containers are not in fact volatile, but due to the managed nature of those containers, they probably decided to make them transient.
This fix will close #3648.