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 +``` -------------------------------------------------------------------------