Agregando Clase 1
							
								
								
									
										2
									
								
								Clase 1/Ejercicio/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,2 @@ | ||||
| FROM httpd:2.4 | ||||
| COPY ./public-html/ /usr/local/apache2/htdocs/ | ||||
							
								
								
									
										12
									
								
								Clase 1/Ejercicio/public-html/index.html
									
									
									
									
									
										Normal 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
									
								
							
							
						
						| @@ -0,0 +1,21 @@ | ||||
| # Clase 1 | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| ### 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 | ||||
| ``` | ||||
|  | ||||
|  | ||||
							
								
								
									
										
											BIN
										
									
								
								Clase 1/img/Diap1.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 144 KiB | 
							
								
								
									
										
											BIN
										
									
								
								Clase 1/img/Diap2.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 187 KiB | 
							
								
								
									
										
											BIN
										
									
								
								Clase 1/img/Diap3.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 71 KiB | 
							
								
								
									
										
											BIN
										
									
								
								Clase 1/img/Diap4.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 175 KiB | 
							
								
								
									
										
											BIN
										
									
								
								Clase 1/img/Diap5.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 123 KiB | 
							
								
								
									
										
											BIN
										
									
								
								Clase 1/img/Diap6.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 186 KiB | 
							
								
								
									
										6
									
								
								README.md
									
									
									
									
									
										Normal 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. | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										
											BIN
										
									
								
								img/Agradecimiento.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 40 KiB | 
							
								
								
									
										
											BIN
										
									
								
								img/Alejandro.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 201 KiB | 
							
								
								
									
										
											BIN
										
									
								
								img/CursoBasico.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 98 KiB | 
							
								
								
									
										
											BIN
										
									
								
								img/Dinamica.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 203 KiB |