diff --git a/docker-container.pdf b/docker-container.pdf
index 4278a7727cf79bd6467297c100723bcb10e735ad..8cfdfc2646d2e361ed9b530c6d2395e77ba2182e 100644
Binary files a/docker-container.pdf and b/docker-container.pdf differ
diff --git a/docker-container.tex b/docker-container.tex
index b9f68e052bd998c35fbcff70db1c78b415b05c2f..484a0bbf9a576f990564b778dfc3208f6e045074 100644
--- a/docker-container.tex
+++ b/docker-container.tex
@@ -239,7 +239,7 @@
 
   \begin{description}
     \item[docker build] Build a docker image, specified by a Dockerfile
-    \item[docekr pull] Pull the given image from the DockerHub
+    \item[docker pull] Pull the given image from the DockerHub
     \item[docker run] Start a container based on the specified image
     \item[docker ps] Show the currently running containers
     \item[docker exec] Run a command inside the context/namespace of the container (see also \emph{nsenter})