summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-10-10 13:49:31 +0200
committerCamil Staps2016-10-10 13:49:31 +0200
commit41d206a448be6df61c0969d8c4a88da63c7bd6be (patch)
tree6483b3020d51452dc3c5c7bb3f3c6eb8c1c9d6fc
parentKleine aanpassingen tekst & volgorde (diff)
Terminologie, gebruikersperspectief, fix makefile
-rw-r--r--Makefile2
-rw-r--r--docker.tex13
2 files changed, 13 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e4bc32b..c4b7ee1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
SHELL=/bin/bash
PRE:=docker.pdf
-DEPS_GEN:=moby.pdf compiling.png swarm.png
+DEPS_GEN:=moby.pdf swarm.png
DEPS:=$(DEPS_GEN) $(wildcard examples/*/Dockerfile)
AUX:=moby.svg
diff --git a/docker.tex b/docker.tex
index 44594a3..cdfb065 100644
--- a/docker.tex
+++ b/docker.tex
@@ -18,7 +18,7 @@
\setmintedinline{fontsize=\small,style=bw}
\title{Docker}
-\subtitle{\vspace{1cm}\includegraphics[width=.3\linewidth]{moby}}
+\subtitle{Uit gebruikersperspectief\\\vspace{1cm}\includegraphics[width=.3\linewidth]{moby}}
\author[Camil Staps]{
Camil Staps\\
{\footnotesize\href{mailto:info@camilstaps.nl}{info@camilstaps.nl}}
@@ -107,6 +107,17 @@
\end{minipage}
\end{frame}
+\begin{frame}{Terminologie}
+ \begin{description}
+ \item[Dockerfile]
+ Een bestand dat de omgeving van een app beschrijft.
+ \item[Image]
+ Een gebouwde \texttt{Dockerfile}.
+ \item[Container]
+ Een instantie van een image.
+ \end{description}
+\end{frame}
+
\section{Dockerfiles}
\begin{frame}[fragile]{Dockerfiles}
\inputminted{docker}{examples/fortune/Dockerfile}