Fix code block
All checks were successful
On_Push / build (push) Successful in 10s
On_Push / deploy (push) Successful in 14s

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