\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Jordi Allepuz} \pdfinfo{ /Title (docker.pdf) /Creator (Cheatography) /Author (Jordi Allepuz) /Subject (Docker Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{3FA30D} \definecolor{LightBackground}{HTML}{F3F9EF} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Docker Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Jordi Allepuz} via \textcolor{DarkBackground}{\uline{cheatography.com/208359/cs/44800/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Jordi Allepuz \\ \uline{cheatography.com/jordi-allepuz} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 28th October, 2024.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Introducción. Conceptos básicos}} \tn % Row 0 \SetRowColor{LightBackground} Virtualización vs. Contenedores & La virtualización emula hardware completo; los contenedores comparten el sistema anfitrión, aislando aplicaciones. \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} Docker & Sistema de contenedores en Linux que facilita el despliegue y ejecución de aplicaciones en entornos controlados y consistentes. \tn % Row Count 12 (+ 6) % Row 2 \SetRowColor{LightBackground} Cliente Docker & Interfaz que se comunica con el servidor. \tn % Row Count 14 (+ 2) % Row 3 \SetRowColor{white} Servidor Docker (Host) & Gestiona contenedores e imágenes. \tn % Row Count 16 (+ 2) % Row 4 \SetRowColor{LightBackground} Ventajas de Docker & Ahorra espacio y recursos. Compatible con entornos de desarrollo, pruebas y producción. Velocidad de ejecución cercana a la nativa. \tn % Row Count 23 (+ 7) % Row 5 \SetRowColor{white} Limitaciones & Menor rendimiento que en hardware dedicado. Persistencia de datos más compleja. Preferencia por línea de comandos (puede ser tedioso crear entornos gráficos). \tn % Row Count 31 (+ 8) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Introducción. Conceptos básicos (cont)}} \tn % Row 6 \SetRowColor{LightBackground} Contenedor & Un contenedor es un entorno aislado que ejecuta aplicaciones con sus dependencias, compartiendo el kernel del sistema operativo anfitrión. Es más ligero y rápido que una máquina virtual. \tn % Row Count 9 (+ 9) % Row 7 \SetRowColor{white} Imagen & Plantilla inmutable que define qué contiene y cómo funciona un contenedor. Las imágenes incluyen el sistema de archivos y las aplicaciones necesarias y pueden ser almacenadas en repositorios como Docker Hub. \tn % Row Count 19 (+ 10) % Row 8 \SetRowColor{LightBackground} Volumen & Almacenamiento persistente que permite guardar datos de forma independiente al ciclo de vida del contenedor, facilitando el manejo de datos duraderos entre diferentes instancias. \tn % Row Count 28 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Principales acciones}} \tn % Row 0 \SetRowColor{LightBackground} Crear un grupo docker & sudo groupadd docker \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Añadir tu usuario a un grupo docker & sudo usermod -aG docker \$USER \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Crear contenedor apartir de una imagen, modo interactivo. Para poder interactuar con el contenendor creado, asignar terminal interactivo & docker run -it nombreImagen \tn % Row Count 11 (+ 7) % Row 3 \SetRowColor{white} Crea un contenedor con la imagen "ubuntu" & docker run -it -{}-name=nombreRandom ubuntu /bin/bash \tn % Row Count 14 (+ 3) % Row 4 \SetRowColor{LightBackground} Mostrar informacion contenedores en ejecución & docker ps \tn % Row Count 17 (+ 3) % Row 5 \SetRowColor{white} Muestra información de todos los contenedores & docker ps -a \tn % Row Count 20 (+ 3) % Row 6 \SetRowColor{LightBackground} Arranca un contenendor concreto & docker start nombreContenedor \tn % Row Count 22 (+ 2) % Row 7 \SetRowColor{white} Ejecutar comandos dentro de un contenedor que esta en ejecución & docker exec \tn % Row Count 26 (+ 4) % Row 8 \SetRowColor{LightBackground} Crear y inicializar un contenendor & docker run \tn % Row Count 28 (+ 2) % Row 9 \SetRowColor{white} Detener contenedores activos con nombreContenedor & docker stop nombreContenedor \tn % Row Count 31 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Principales acciones (cont)}} \tn % Row 10 \SetRowColor{LightBackground} Conectarse a la consola de un contenedor en ejecución & docker attach IDCONTAINER \tn % Row Count 3 (+ 3) % Row 11 \SetRowColor{white} Muestra información del proceso de ejecución del contenedor & docker logs IDCONTAINER \tn % Row Count 7 (+ 4) % Row 12 \SetRowColor{LightBackground} Copiar fichero /tmp/nombreFichero del contenedor al directorio actual del anfitrión & docker cp \seqsplit{IDCONTAINER:/tmpt/nombreFichero} ./ \tn % Row Count 12 (+ 5) % Row 13 \SetRowColor{white} Copiar un fichero del directorio actual anfitrión al a la carpeta /tmp del contenedor & docker cp ./nombreFichero IDCONTAINER:/tmp \tn % Row Count 17 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.43873 cm} x{2.53827 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Volúmenes}} \tn % Row 0 \SetRowColor{LightBackground} Crear un volúmen & docker volume create nombreVolumen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Listar volúmenes & docker volume ls \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Listar volúmenes activos & docker volume ls -a \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Visualizar volúmenes & docker volume inspect nombreVolumen \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Borrar volúmen & docker volume rm nombreVolumen \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} Crear contenedor y asignar volumen & docker run -d -it -{}-nombreContenedor -v nombreVolumen \tn % Row Count 12 (+ 3) % Row 6 \SetRowColor{LightBackground} Examinar contenido volumen "metadatos" & docker volum inspect nombreVolumen \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Gestión de redes}} \tn % Row 0 \SetRowColor{LightBackground} Creamos una red & docker network create nombre-red \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Listamos las redes existentes & docker network ls \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Borramos una red & docker network rm nombre-red \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Conectar el contenedor creado "ubuntu" a una red & docker run -it -{}-network nombre-red ubuntu /bin/bash \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} Conectar un contenedor a una red & docker network connect IDRED IDCONTENEDOR \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} Desconectar un contenedor de una red & docker network disconnect IDRED IDCONTENEDOR \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Imágenes}} \tn % Row 0 \SetRowColor{LightBackground} Información imagenes disponibles & docker images \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Buscar una imagen en concreto & docker search nombreImagen \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Descargar localmente una imagen existente en remoto & docker pull nombreImagen \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} Eliminar localmente una imagen & docker rmi nombreImagen \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} Borrar un contenedor & docker rm IDCONTENEDOR \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} Mostrar historial de la creación de una imagen & docker history nombreImagen \tn % Row Count 14 (+ 3) % Row 6 \SetRowColor{LightBackground} Borra toda imagen local que no esté siendo usada por un contenedor & docker rmi \$(docker images -q) \tn % Row Count 18 (+ 4) % Row 7 \SetRowColor{white} Parar todos los contenedores & docker stop \$(docker ps -a -q) \tn % Row Count 20 (+ 2) % Row 8 \SetRowColor{LightBackground} Paramos todos los contenedores parados & docker rm \$docker ps -a -q) \tn % Row Count 22 (+ 2) % Row 9 \SetRowColor{white} Borrar imagenes y contenedores parados & docker system prune -a \tn % Row Count 24 (+ 2) % Row 10 \SetRowColor{LightBackground} Commit de un contenedor a una imagen local & docker commit -m "comentario" IDCONTENEDOR \seqsplit{usuario/imagen:version} \tn % Row Count 28 (+ 4) % Row 11 \SetRowColor{white} Guarda una copia de seguridad de una imagen en fichero ".tar". & docker save -o copiaSeguridad.tar imagenA \tn % Row Count 32 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Imágenes (cont)}} \tn % Row 12 \SetRowColor{LightBackground} Restaura una copia de seguridad de una imagen en fichero ".tar". & docker load -i copiaSeguridad.tar \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Docker Hub}} \tn % Row 0 \SetRowColor{LightBackground} Login a Docker Hub en remoto & docker login \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Subir al repositorio una imagen & docker push \seqsplit{usuario/imagen:version} \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.78712 cm} x{2.18988 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Docker Compose}} \tn % Row 0 \SetRowColor{LightBackground} Inicia el sistema definido en "docker-compose.yml" en segundo plano. Arranca la aplicación con Compose & docker-compose up -d \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} Detiene servicios & docker-compose stop \tn % Row Count 7 (+ 2) % Row 2 \SetRowColor{LightBackground} Detiene y elimina los contenedores según la configuración de "docker-compose.yml" & docker-compose down \tn % Row Count 11 (+ 4) % Row 3 \SetRowColor{white} Detiene y elimina volumenes y contenedores & docker-compose down -v \tn % Row Count 13 (+ 2) % Row 4 \SetRowColor{LightBackground} Muestra información de los servicios que se define en \seqsplit{docker-compose.yaml.Muestra} información de los contenedores según la configuración de "docker-compose.yml" & docker-compose ps \tn % Row Count 21 (+ 8) % Row 5 \SetRowColor{white} Construye/descarga las imágenes de contenedores según la configuración de "docker-compose.yml" & docker-compose build/pull \tn % Row Count 26 (+ 5) % Row 6 \SetRowColor{LightBackground} Parámetro docker -link & Parámetro compose depends\_on \tn % Row Count 28 (+ 2) % Row 7 \SetRowColor{white} Parámetro docker -mount & Parámetro compose volumes \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.78712 cm} x{2.18988 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Docker Compose (cont)}} \tn % Row 8 \SetRowColor{LightBackground} Parámetro docker -e & Parámetro compose environment \tn % Row Count 2 (+ 2) % Row 9 \SetRowColor{white} Parámetro docker -p & Parámetro compose ports \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.93643 cm} x{2.04057 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Dockerfile}} \tn % Row 0 \SetRowColor{LightBackground} Crear imagen a partir de Dockerfile & docker build -t nombreImagen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Imagen base de la que partimos & FROM \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Comandos que lanzaremos sobre la imagen base, para crear una nueva & RUN \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} Comando asociado al lanzar un contenedor con la nueva imagen & CMD \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} Para indicar los puertos por defecto expuestos que tendra el contenedor & EXPOSE \tn % Row Count 14 (+ 4) % Row 5 \SetRowColor{white} Descomprimir el contendio de un archivo en el directorio destino & ADD \tn % Row Count 17 (+ 3) % Row 6 \SetRowColor{LightBackground} Copiar ficheros de la máquina anfitrión al nuevo contenedor & COPY \tn % Row Count 20 (+ 3) % Row 7 \SetRowColor{white} Cambiar comandos que se lanzan por defecto al ejecutar un contenedor & ENTRYPOINT \tn % Row Count 23 (+ 3) % Row 8 \SetRowColor{LightBackground} Cambiar el usuario por defecto (root) a la hora de lanzar comandos al crear la imagen & USER \tn % Row Count 27 (+ 4) % Row 9 \SetRowColor{white} Cambiar el directorio de la imagen donde se ejecutaran los comandos & WORKDIR \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.93643 cm} x{2.04057 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Dockerfile (cont)}} \tn % Row 10 \SetRowColor{LightBackground} Definir variables de entorno en la imagen & ENV \tn % Row Count 2 (+ 2) % Row 11 \SetRowColor{white} Enviar párametros al propio Dockerfile & ARG \tn % Row Count 4 (+ 2) % Row 12 \SetRowColor{LightBackground} Establecer volúmenes por defecto en la imagen & VOLUME \tn % Row Count 6 (+ 2) % Row 13 \SetRowColor{white} Establecer metadatos dentro de la imagen mediante etiquetas & LABEL \tn % Row Count 9 (+ 3) % Row 14 \SetRowColor{LightBackground} Definir como se comprobará si ese contenedor está funcionando correctamente & HEALTHCHECK \tn % Row Count 13 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}