This commit is contained in:
Alejandro Lembke Barrientos 2022-10-10 22:05:48 -06:00
parent 54b9ae8f48
commit 5258ba0021
9 changed files with 20 additions and 1 deletions

View File

@ -18,4 +18,4 @@ docker build -t my-apache2 .
docker run -dit --name my-running-app -p 8080:80 my-apache2
```
![Diap6](../img/Agradecimiento.png)
![Diap7](../img/Agradecimiento.png)

19
Clase 2/README.md Normal file
View File

@ -0,0 +1,19 @@
# Clase 2
![Diap1](./img/Diap1.png)
![Diap2](./img/Diap2.png)
![Diap3](./img/Diap3.png)
![Diap4](./img/Diap4.png)
![Diap5](./img/Diap5.png)
![Diap6](./img/Diap6.png)
![Diap7](./img/Diap7.png)
### Ejercicio:
Correr Comandos:
`docker network create --driver bridge mysql-net`
`docker run --name db --network mysql-net -e MYSQL_ROOT_PASSWORD=password -p 3306:3306 -d mysql`
`docker run --name phpmyadmin --network mysql-net -e PMA_HOST=db -e MYSQL_ROOT_PASSWORD=password -e PMA_PORT=3306 -d -p 8080:80 phpmyadmin/phpmyadmin`
![Diap8](../img/Agradecimiento.png)

BIN
Clase 2/img/Diap1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
Clase 2/img/Diap2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
Clase 2/img/Diap3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

BIN
Clase 2/img/Diap4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

BIN
Clase 2/img/Diap5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

BIN
Clase 2/img/Diap6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
Clase 2/img/Diap7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB