Fix code block
This commit is contained in:
parent
5c4394efd5
commit
4b01336503
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue