#Debian Kernel Boot Options for Docker
Debian users will notice that docker stats won't output a memory usage of the containers. To solve this just add the following option to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub:
cgroup_enable=memory swapaccount=1
Then run cgroup_enable=memory swapaccount=1