docker出现Memory limited without swap

ubuntu下docker出现 WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.

解决办法

编辑 /etc/default/grub 文件,找到 GRUB_CMDLINE_LINUX,修改为

1
GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"

执行 sudo update-grub ,然后重启电脑

您的支持将鼓励我继续创作!