Add docker assignment.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-11-11 14:43:05 +01:00
parent d089829937
commit fbdc5e48de
16 changed files with 90 additions and 0 deletions

View 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

Binary file not shown.

View 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}

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB