From 68e5baa74cbc5dddc1bb52522c96b46359aeb2c5 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Thu, 1 Dec 2016 10:48:19 +0100 Subject: [PATCH] Fix the reference to the "Dockerfiles" section --- website/source/docs/builders/docker.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/docker.html.md b/website/source/docs/builders/docker.html.md index a42d83d58..e105dd9f7 100644 --- a/website/source/docs/builders/docker.html.md +++ b/website/source/docs/builders/docker.html.md @@ -21,7 +21,7 @@ Dockerfiles, Packer is able to provision containers with portable scripts or configuration management systems that are not tied to Docker in any way. It also has a simpler mental model: you provision containers much the same way you provision a normal virtualized or dedicated server. For more information, read -the section on [Dockerfiles](#toc_8). +the section on [Dockerfiles](#dockerfiles). The Docker builder must run on a machine that has Docker installed. Therefore the builder only works on machines that support Docker (modern Linux machines). @@ -275,6 +275,8 @@ shown below: [Learn how to set Amazon AWS credentials.](/docs/builders/amazon.html#specifying-amazon-credentials) + + ## Dockerfiles This builder allows you to build Docker images *without* Dockerfiles.