mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update flags for development cAdvisor (#679)
Updates to a minimal set of permissions for working cAdvisor. Tested with Docker Desktop 3.3.1 on macOS 11.2.3
This commit is contained in:
parent
23ba4be402
commit
6860dec81a
1 changed files with 1 additions and 2 deletions
|
|
@ -50,8 +50,7 @@ services:
|
|||
ports:
|
||||
- "5678:8080"
|
||||
volumes:
|
||||
- /:/rootfs:ro
|
||||
- /var/run:/var/run:rw
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /sys:/sys:ro
|
||||
- /var/lib/docker/:/var/lib/docker:ro
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue