Proxmox 6.4-13, LXC Container with Docker report Stats as 0

NedST

Member
Jun 2, 2020
5
0
6
24
I current have docker installed on an LXC container, as said in the title, `docker stats` reporting 0 for everything
1xVJ

I have tried unprivileged and privileged containers, including nesting and keyctl. Addition, I've attempted adding `cgroup_enable=memory swapaccount=1` and `systemd.unified_cgroup_hierarchy=0 quiet` into `GRUB_CMDLINE_LINUX_DEFAULT`. None of these actions have resulted in retrieving stats for the docker container.

Can provide further details if required!
 
Resolved, just being stupid... Rather than `systemd.unified_cgroup_hierarchy=0 quiet` should've been `systemd.unified_cgroup_hierarchy=1 quiet`