Agregando Clase 1

This commit is contained in:
Alejandro Lembke Barrientos 2022-10-10 20:14:06 -06:00
parent 59ce496a4c
commit 54b9ae8f48
14 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,2 @@
FROM httpd:2.4
COPY ./public-html/ /usr/local/apache2/htdocs/

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prueba</title>
</head>
<body>
<h1>Esta es una prueba de Docker</h1>
</body>
</html>

21
Clase 1/README.md Normal file
View File

@ -0,0 +1,21 @@
# Clase 1
![Diap1](./img/Diap1.png)
![Diap2](./img/Diap2.png)
![Diap3](./img/Diap3.png)
![Diap4](./img/Diap4.png)
![Diap5](./img/Diap5.png)
![Diap6](./img/Diap6.png)
### Comandos:
Crear un Dockerfile con este contenido:
```
FROM httpd:2.4
COPY ./public-html/ /usr/local/apache2/htdocs/
```
Correr Comandos:
```
docker build -t my-apache2 .
docker run -dit --name my-running-app -p 8080:80 my-apache2
```
![Diap6](../img/Agradecimiento.png)

BIN
Clase 1/img/Diap1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
Clase 1/img/Diap2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

BIN
Clase 1/img/Diap3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
Clase 1/img/Diap4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

BIN
Clase 1/img/Diap5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
Clase 1/img/Diap6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# Curso Básico de Kubernetes
Este es un curso básico de Kubernetes impartido por el Lic. Alejandro Lembke Barrientos.
![Curso Básico Kubernetes](./img/CursoBasico.png)
![Alejandro Lembke Barrientos](./img/Alejandro.png)
![Dinamica](./img/Dinamica.png)

BIN
img/Agradecimiento.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
img/Alejandro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

BIN
img/CursoBasico.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
img/Dinamica.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB