Replies: 2 comments 1 reply
-
|
Hi @MISIKEX , do you have the stats when your run docker stats ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hello! After you said the docker stats, and the same problem, i found the solution! sudo vi /boot/firmware/cmdline.txt then adding these commands to the existing line: Then sudo reboot. After these steps, everything working well! Thank you for the suggestions! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a troubble about i get “?” In the container details rows.
In he Memory, MAX, IOR/s, and IOW/s rows.
I using this compose:
version: "3.9"
services:
glances:
image: nicolargo/glances:latest-full
container_name: glances
pid: host
privileged: true
ports:
- 7300:61208
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /etc/os-release:/etc/os-release:ro
environment:
- TZ=Europe/Budapest
- GLANCES_OPT=-w
restart: unless-stopped
Any idea how to fix this?
thank you!
Beta Was this translation helpful? Give feedback.
All reactions