Skip to content
Snippets Groups Projects
Commit 6d179a7c authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Update README.md

parent 1c1a4d3c
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment