When i run docker info command on my ubuntu 13.04 with kernel 3.8.0-19-generic
i got a warning
no swap limit support
How can i solve this?
docker info
Containers: 10
Images: 37
Driver: aufs
Root Dir: /var/lib/docker/aufs
Dirs: 59
WARNING: No swap limit support
GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1" after that update-grub and
reboot.But now also i got the same warning
– user238511 Feb 06 '14 at 14:41