{"id":16162612,"url":"https://github.com/jmb12686/docker-cadvisor","last_synced_at":"2025-03-18T22:31:10.541Z","repository":{"id":52743229,"uuid":"217647924","full_name":"jmb12686/docker-cadvisor","owner":"jmb12686","description":"Containerized, multiarch version of cadvisor.","archived":false,"fork":false,"pushed_at":"2021-04-19T23:40:15.000Z","size":18,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T12:32:52.052Z","etag":null,"topics":["arm","armv6","buildx","cadvisor","docker","docker-cadvisor","docker-swarm","multi-arch-images","multiarch","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmb12686.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-26T02:59:39.000Z","updated_at":"2023-01-31T22:37:24.000Z","dependencies_parsed_at":"2022-08-22T01:00:16.991Z","dependency_job_id":null,"html_url":"https://github.com/jmb12686/docker-cadvisor","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fdocker-cadvisor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fdocker-cadvisor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fdocker-cadvisor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmb12686%2Fdocker-cadvisor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmb12686","download_url":"https://codeload.github.com/jmb12686/docker-cadvisor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950927,"owners_count":20373664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm","armv6","buildx","cadvisor","docker","docker-cadvisor","docker-swarm","multi-arch-images","multiarch","raspberry-pi"],"created_at":"2024-10-10T02:31:29.161Z","updated_at":"2025-03-18T22:31:10.313Z","avatar_url":"https://github.com/jmb12686.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-cadvisor\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://hub.docker.com/r/jmb12686/cadvisor/tags?page=1\u0026ordering=last_updated\"\u003e\u003cimg src=\"https://img.shields.io/github/v/tag/jmb12686/docker-cadvisor?label=version\u0026style=flat-square\" alt=\"Latest Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/jmb12686/docker-cadvisor/actions\"\u003e\u003cimg src=\"https://github.com/jmb12686/docker-cadvisor/workflows/build/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://hub.docker.com/r/jmb12686/cadvisor/\"\u003e\u003cimg src=\"https://img.shields.io/docker/stars/jmb12686/cadvisor.svg?style=flat-square\" alt=\"Docker Stars\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://hub.docker.com/r/jmb12686/cadvisor/\"\u003e\u003cimg src=\"https://img.shields.io/docker/pulls/jmb12686/cadvisor.svg?style=flat-square\" alt=\"Docker Pulls\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nContainerized, multiarch version of cadvisor.  Multi-stage build is used to build from official [cadvisor source code](https://github.com/google/cadvisor).  Designed to be usable within x86-64, armv6, and armv7 based Docker Swarm clusters.  Designed to be compatible with all Raspberry Pi models (armv6 + armv7).\n\n## Usage\n\nOn a single node:\n```bash\nsudo docker run \\\n  --volume=/var/run/docker.sock:/var/run/docker.sock:ro \\\n  --volume=/:/rootfs:ro \\\n  --volume=/var/run:/var/run:ro \\\n  --volume=/sys:/sys:ro \\\n  --volume=/var/lib/docker/:/var/lib/docker:ro \\\n  --volume=/dev/disk/:/dev/disk:ro \\\n  --publish=8080:8080 \\\n  --detach=true \\\n  --name=cadvisor \\\n  jmb12686/cadvisor:latest\n  ```\n\nWithin a Docker Swarm compose file:\n```yml\n  cadvisor:\n    image: jmb12686/cadvisor\n    networks:\n      - net\n    command: -logtostderr -docker_only\n    volumes:\n      - /var/run/docker.sock:/var/run/docker.sock:ro\n      - /:/rootfs:ro\n      - /var/run:/var/run\n      - /sys:/sys:ro\n      - /var/lib/docker/:/var/lib/docker:ro\n    ports:\n      - 8080:8080\n    deploy:\n      mode: global\n      resources:\n        limits:\n          memory: 128M\n        reservations:\n          memory: 64M\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmb12686%2Fdocker-cadvisor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmb12686%2Fdocker-cadvisor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmb12686%2Fdocker-cadvisor/lists"}