From 9d617104fbf43cb70f90b03956a22452ac4fd6fe Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <rlegene@gmail.com> Date: Wed, 25 Nov 2020 18:58:49 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e44d1..3f70b7f 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ add-apt-repository \ curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - apt update apt install -y docker-ce docker-ce-cli containerd.io +docker run --rm hello-world echo 'GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"' >> /etc/default/grub update-grub -docker run --rm hello-world reboot ``` -- GitLab