Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix: mount docker socket to container
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-vdz committed Nov 9, 2023
1 parent 9ee1b7e commit 97e1036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cadvisor/config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---

Check warning on line 1 in cadvisor/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'full_access' consider using other options instead, like 'devices'

Check failure on line 1 in cadvisor/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'watchdog', is obsolete. Use the native Docker HEALTHCHECK directive instead.

Check failure on line 1 in cadvisor/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

Add-on version identifier must be 'dev'
name: cAdvisor
version: v0.1.2
version: v0.1.4
slug: cadvisor
description: A container metrics exporter for Prometheus
url: https://github.com/christian-vdz/hassio-cadvisor-addon
webui: http://[HOST]:[PORT:8080]
watchdog: http://[HOST]:[PORT:8080]/healthz
init: false
docker_api: true
full_access: true
arch:
- aarch64
- amd64
Expand All @@ -15,5 +17,3 @@ ports:
8080/tcp: 8080
ports_description:
8080/tcp: Web interface
devices:
- /var/run/docker.sock:/var/run/docker.sock

0 comments on commit 97e1036

Please sign in to comment.