Skip to content
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

Failed to create a Container Manager #3530

Closed
yanne057 opened this issue May 21, 2024 · 0 comments
Closed

Failed to create a Container Manager #3530

yanne057 opened this issue May 21, 2024 · 0 comments

Comments

@yanne057
Copy link

When i look at the logs of cadvisor i see:
Failed to create a Container Manager: mountpoint for not found

This is my docker-compose:
cadvisor:
image: gcr.io/google-containers/cadvisor:v0.36.0
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
- /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro
- /sys/fs/cgroup:/sys/fs/cgroup:ro
labels:
- "traefik.enable=true"
- "traefik.http.routers.cadvisor.rule=Host(domain.tld)"
- "traefik.http.services.cadvisor.loadbalancer.server.port=8080"
- "traefik.http.routers.cadvisor.tls=true"
- "traefik.http.routers.cadvisor.tls.certresolver=leresolver"
networks:
- traefik

What can i do to fix the issue i didnt find anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant