From 1c1a4d3c980aacd9e235bbc07398eb496dbd1de3 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <rlegene@gmail.com>
Date: Tue, 24 Nov 2020 14:45:30 -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 b39778b..3f70b7f 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ 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 hello-world
+docker run --rm hello-world
 echo 'GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"' >> /etc/default/grub
 update-grub
 reboot
-- 
GitLab