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

Update README.md

parent 86697042
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ add-apt-repository \ ...@@ -15,7 +15,7 @@ add-apt-repository \
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
apt update apt update
apt install -y docker-ce docker-ce-cli containerd.io 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 echo 'GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"' >> /etc/default/grub
update-grub update-grub
reboot 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