From 6d179a7ca7f932f0681d94266ce4ec89cd516ce6 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <rlegene@gmail.com> Date: Tue, 24 Nov 2020 14:46:34 -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 3f70b7f..22e44d1 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