Browse Source

images

master
ale 3 years ago
parent
commit
09c7300622
10 changed files with 13 additions and 2 deletions
  1. +2
    -0
      README.md
  2. BIN
      images/docker-container.jpg
  3. BIN
      images/flujo-docker.png
  4. BIN
      images/torbrowser.png
  5. BIN
      images/webdav.png
  6. BIN
      images/wip.jpg
  7. +3
    -1
      taller/Parte0.md
  8. +2
    -0
      taller/Parte1.md
  9. +2
    -0
      taller/Parte2.md
  10. +4
    -1
      taller/Parte3.md

+ 2
- 0
README.md View File

@ -1,5 +1,7 @@
# Taller Docker 0x06 #HatThieves
![docker-container](images/docker-container.jpg)
## Docker en pequeñas dosis
- [Parte 0](taller/Parte0.md): Empezando con docker


BIN
images/docker-container.jpg View File

Before After
Width: 370  |  Height: 239  |  Size: 10 KiB

BIN
images/flujo-docker.png View File

Before After
Width: 716  |  Height: 302  |  Size: 97 KiB

BIN
images/torbrowser.png View File

Before After
Width: 560  |  Height: 289  |  Size: 75 KiB

BIN
images/webdav.png View File

Before After
Width: 400  |  Height: 400  |  Size: 16 KiB

BIN
images/wip.jpg View File

Before After
Width: 500  |  Height: 334  |  Size: 147 KiB

+ 3
- 1
taller/Parte0.md View File

@ -33,4 +33,6 @@ apt-get update && apt-get install docker-ce docker-ce-cli containerd.io
## Arrancar nuestro primer contenedor
```
docker run -ti --rm --name prueba debian:buster-slim /bin/bash
```
```
![flujo-docker](../images/flujo-docker.png)

+ 2
- 0
taller/Parte1.md View File

@ -2,6 +2,8 @@
## Compartir X con [torbrowser](https://gitlab.com/manalejandro/tor-browser)
![docker-tor](../images/torbrowser.png)
### Descarga repositorio
```
git clone https://gitlab.com/manalejandro/tor-browser


+ 2
- 0
taller/Parte2.md View File

@ -2,6 +2,8 @@
## Servidor [webdav](https://gitea.hatthieves.es/manalejandro/webdav) (NodeJS)
![docker-webdav](../images/webdav.png)
### Clonar repositorio
```
git clone https://gitea.hatthieves.es/manalejandro/webdav


+ 4
- 1
taller/Parte3.md View File

@ -1,4 +1,7 @@
# Parte 3: Desarrollador
## Montar con Docker un proyecto en desarrollo
## Montar con Docker un proyecto en desarrollo al azar
![docker-wip](../images/wip.jpg)
## Habilitar persistencia

Loading…
Cancel
Save