Agregando Clase 1

This commit is contained in:
2022-10-10 20:14:06 -06:00
parent 59ce496a4c
commit 54b9ae8f48
14 changed files with 41 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
FROM httpd:2.4
COPY ./public-html/ /usr/local/apache2/htdocs/
+12
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
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)
Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

+6
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)
Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB