I’ve been setting up my new Raspberry Pi to be an always-on, lightweight server but I was running into the oddest issue when trying to get memory data out of Docker. As it turns out, adding “cgroup_memory=1 cgroup_enable=memory
” to my “/boot/cmdline.txt
” file fixed the issue. π Link