Browse Source

out numbers

master
ale 3 years ago
parent
commit
5e6e4bbd78
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      taller/Parte0.md

+ 4
- 4
taller/Parte0.md View File

@ -2,7 +2,7 @@
## Instalar docker en debian
### 1. Instalar dependencias
### Instalar dependencias
```
apt-get install \
apt-transport-https \
@ -12,12 +12,12 @@ apt-get install \
software-properties-common
```
### 2. Añadir clave repositorio
### Añadir clave repositorio
```
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
```
### 3. Añadir repositorio
### Añadir repositorio
```
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
@ -25,7 +25,7 @@ add-apt-repository \
stable"
```
### 4. Instalar docker
### Instalar docker
```
apt-get update && apt-get install docker-ce docker-ce-cli containerd.io
```


Loading…
Cancel
Save