Lab 8.1 error deploying cAdvisor with Docker
I get the following error when I try to deploy cAdvisor using Docker for lab 8.1. Any advice?
$ docker run \
> --volume=/:/rootfs:ro \
> --volume=/var/run:/var/run:ro \
> --volume=/sys:/sys:ro \
> --volume=/var/lib/docker/:/var/lib/docker:ro \
> --volume=/dev/disk/:/dev/disk:ro \
> --publish=8080:8080 \
> --detach=true \
> --name=cadvisor \
> gcr.io/google-containers/cadvisor:v0.36.0
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: statfs /var/lib/docker: no such file or directory
Comments
-
I have a similar problem
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/var/lib/docker': mkdir /host_mnt/private/var/lib/docker: operation not permitted.
Any help on that ?0 -
5
-
Hello,
I'm also at that point. I try to start the docker imager for cadvisor, but it fails, due to missing /var/lib/docker
[root@mlaeufer-prometheus apps]# docker run --volume=/:/rootfs:ro --volume=/var/run:/var/run:ro --volume=/sys:/sys:ro --volume=/var/lib/docker/:/var/lib/docker:ro --volume=/dev/disk/:/dev/disk:ro --publish=8080:8080 --detach=true --name=cadvisor gcr.io/google-containers/cadvisor:v0.36.0
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Trying to pull gcr.io/google-containers/cadvisor:v0.36.0...
Getting image source signatures
Copying blob f02f2cc7a96a done |
Copying blob 9d48c3bd43c5 done |
Copying blob f7d6cbe0ad90 done |
Copying config c91124d7c1 done |
Writing manifest to image destination
Error: statfs /var/lib/docker: no such file or directory[root@mlaeufer-prometheus apps]# ls -l /var/lib/docker/
ls: cannot access '/var/lib/docker/': No such file or directoryThe underlying host OS: Fedora Linux 38 (Cloud Edition)
What happens if we don't attach /var/lib/docker to the container?
Thanks an best regards
Matthias0 -
I got it halfway running (started as root):
# docker run --volume=/:/rootfs:ro --volume=/var/run:/var/run:rw --publish=8080:8080 --detach=true --name=cadvisor --privileged=true gcr.io/cadvisor/cadvisor:latestBut:
the part with /var/lib/docker is removed
the version is latest
Status is unhealthy:# docker container ls -a Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 788645b2945c docker.io/grafana/grafana:7.5.4 4 days ago Up 4 hours 0.0.0.0:3000->3000/tcp grafana d3e2783601c3 gcr.io/cadvisor/cadvisor:latest 11 minutes ago Up 11 minutes (healthy) 0.0.0.0:8080->8080/tcp cadvisor
But it's reachable on port 8080. Let's see how far I go on with the Lab.
0 -
Unfortunately I can't get the cadvisor running fully.
Indeed the cadvisor container gets started, but the metrics exposed don't have the id= label, only the id=/ I can see. Also the metric container_cpu_usage_seconds_total is not existing at all.
Furthermore , when I search for container_memory_usage_bytes I only get forcontainer_memory_usage_bytes{id="/", instance="localhost:8080", job="cadvisor"}
So I can't continue with this chapter. I need a docker training before.
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 768 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 11 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 120 Mobile Computing
- 20 Android
- 85 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 692 Software Development
- 1K Software
- 400 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)