From 4b01336503479806efefb84823f4d827f39bd50f Mon Sep 17 00:00:00 2001 From: Eliza Date: Wed, 9 Oct 2024 17:51:13 +0100 Subject: [PATCH] Fix code block --- src/slides/compsoc/7_virtualization.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/slides/compsoc/7_virtualization.md b/src/slides/compsoc/7_virtualization.md index 6e3d586..b212005 100644 --- a/src/slides/compsoc/7_virtualization.md +++ b/src/slides/compsoc/7_virtualization.md @@ -75,6 +75,8 @@ one of the most popular container platforms is Docker rn we will use it on the VM we just created ------------------------------------------------------------------------- the commands we will need to install Docker: -``curl -fsSL https://get.docker.com -o get-docker.sh`` -``sudo sh get-docker.sh`` +``` +curl -fsSL https://get.docker.com -o get-docker.sh`` +sudo sh get-docker.sh +``` -------------------------------------------------------------------------