Add docker assignment.
3
1/ISO/assignments/docker/docker.out
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
\BOOKMARK [1][-]{section.1}{\376\377\000H\000o\000j\000a\000\040\000D\000e\000\040\000C\000o\000n\000t\000r\000o\000l\000\040\000D\000e\000l\000\040\000D\000o\000c\000u\000m\000e\000n\000t\000o}{}% 1
|
||||||
|
\BOOKMARK [1][-]{section.2}{\376\377\000I\000n\000s\000t\000a\000l\000a\000c\000i\000\363\000n\000\040\000d\000e\000\040\000D\000o\000c\000k\000e\000r}{}% 2
|
||||||
|
\BOOKMARK [1][-]{section.3}{\376\377\000D\000e\000r\000e\000c\000h\000o\000s\000\040\000d\000e\000\040\000A\000u\000t\000o\000r\000\040\000y\000\040\000L\000i\000c\000e\000n\000c\000i\000a}{}% 3
|
BIN
1/ISO/assignments/docker/docker.pdf
Normal file
87
1/ISO/assignments/docker/docker.tex
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
\documentclass[12pt,a4paper]{article}
|
||||||
|
\usepackage[spanish]{babel}
|
||||||
|
\usepackage[ddmmyyyy]{datetime}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
|
||||||
|
\title{Ejercicio IV: Docker}
|
||||||
|
\author{Nicolás A. Ortega Froysa}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
||||||
|
\section{Hoja De Control Del Documento}
|
||||||
|
\begin{table}[h!]
|
||||||
|
\begin{center}
|
||||||
|
\caption{Documento/Archivo}
|
||||||
|
\label{tab:document}
|
||||||
|
\begin{tabular}{|l|c|l|c|}
|
||||||
|
\hline
|
||||||
|
{\bf Fecha Última Modificación} & \today & {\bf Versión/Revisión} &
|
||||||
|
v01r04 \\ \hline
|
||||||
|
{\bf Fecha Creación} & 10/11/2021 & \hfill & \hfill \\ \hline
|
||||||
|
{\bf Fecha Finalización} & \today & \hfill & \hfill \\ \hline
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\begin{table}[h!]
|
||||||
|
\begin{center}
|
||||||
|
\caption{Registro De Cambios}
|
||||||
|
\label{tab:registro-cambios}
|
||||||
|
\begin{tabular}{|c|c|c|}
|
||||||
|
\hline
|
||||||
|
{\bf Versión/Revisión} & {\bf Página(s)} & {\bf Descripción} \\ \hline
|
||||||
|
v01r01 & Todas & Creación y elaboración del documento. \\ \hline
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\begin{table}[h!]
|
||||||
|
\begin{center}
|
||||||
|
\caption{Autores Del Documento}
|
||||||
|
\label{tab:autores}
|
||||||
|
\begin{tabular}{|c|c|}
|
||||||
|
\hline
|
||||||
|
{\bf Apellidos, Nombre} & {\bf Curso} \\ \hline
|
||||||
|
Ortega Froysa, Nicolás Andrés & 1 \\ \hline
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\begin{table}[h!]
|
||||||
|
\begin{center}
|
||||||
|
\begin{tabular}{|p{4cm}|p{4cm}|p{4cm}|}
|
||||||
|
\hline
|
||||||
|
{\bf Preparado} & {\bf Revisado} & {\bf Aprobado} \\ \hline
|
||||||
|
Ortega Froysa, Nicolás Andrés & \hfill & \hfill \\ \hline
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
|
\end{table}
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
||||||
|
\section{Instalación de Docker}
|
||||||
|
Para poder instalar Docker podemos instalarlo en una máquina de arquitectura
|
||||||
|
x86--64, ARM, s390x, y ppc64le, y de sistema operativo Linux, Windows, o macOS.
|
||||||
|
Para esta práctica se usará una distribución de Linux denominada ArchLinux en la
|
||||||
|
arquitectura ARM (aunque realmente los comandos serán los mismos en cualquier
|
||||||
|
sistema de ArchLinux). ArchLinux se puede instalar siguiendo las instrucciones
|
||||||
|
de la guía de instalación de ArchLinux en su Wiki.\footnotemark
|
||||||
|
|
||||||
|
\footnotetext{\url{https://wiki.archlinux.org/title/Installation\_guide}}
|
||||||
|
|
||||||
|
Cuando ya se tiene ArchLinux instalado, podemos instalar Docker fácilmente desde
|
||||||
|
la línea de comando con el comando \texttt{pacman -S docker}.
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
||||||
|
\section{Derechos de Autor y Licencia}
|
||||||
|
Copyright \copyright\ \the\year\ Nicolás A. Ortega Froysa <nicolas@ortegas.org>
|
||||||
|
\\
|
||||||
|
Este documento se distribuye bajo los términos y condiciones de la licencia
|
||||||
|
Creative Commons Attribution No Derivatives 4.0 International.
|
||||||
|
|
||||||
|
\end{document}
|
BIN
1/ISO/assignments/docker/imgs/00-arch-install.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
1/ISO/assignments/docker/imgs/01-install-docker.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
1/ISO/assignments/docker/imgs/02-start-docker-daemon.png
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
1/ISO/assignments/docker/imgs/03-docker-list.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
1/ISO/assignments/docker/imgs/04-hello-world-docker.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
1/ISO/assignments/docker/imgs/05-list-hello-docker.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
1/ISO/assignments/docker/imgs/06-new-hello-world.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
1/ISO/assignments/docker/imgs/07-delete-docker.png
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
1/ISO/assignments/docker/imgs/08-custom-name.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
1/ISO/assignments/docker/imgs/09-start-http-server.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
1/ISO/assignments/docker/imgs/10-it-works.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
1/ISO/assignments/docker/imgs/11-new-index.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
1/ISO/assignments/docker/imgs/12-view-new-index.png
Normal file
After Width: | Height: | Size: 38 KiB |