Skip to content

Support Podman transient store #3921

Description

@owlwhooo

I have been trying to make cadvisor in docker to monitor podman(rootless & rootful) with transient_store=true work, but i have not been able to make it work.

cadvisor version: v0.60.5
podman version: 5.8.2

services:
   cadvisor:
       image: cadvisor:v0.60.5
       container_name: cadvisor
       privileged: true
       ports:
          - 8080:8080
       volumes:
          - /var/run:/var/run:rw
          - /run/containers:/run/containers:ro
          - /dev/disk:/dev/disk:ro
          - /var/lib/containers:/var/lib/containers:ro
          - /run:/run:ro
          - /var/lib/containers:/var/lib/contianers:ro
          - /sys/sys:ro
          - /:/rootfs:ro
          - /etc/machine-id:/etc/machine-id:ro
          - /dev/disk:/dev/disk:ro
       devices:
          - /dev/ksmg:/dev/ksmg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions