Fix code block

This commit is contained in:
Eliza 2024-10-09 17:51:13 +01:00
parent 5c4394efd5
commit 4b01336503

View file

@ -75,6 +75,8 @@ one of the most popular container platforms is Docker
rn we will use it on the VM we just created rn we will use it on the VM we just created
------------------------------------------------------------------------- -------------------------------------------------------------------------
the commands we will need to install Docker: 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
```
------------------------------------------------------------------------- -------------------------------------------------------------------------