Fix the reference to the "Dockerfiles" section

This commit is contained in:
Andreas Kohn 2016-12-01 10:48:19 +01:00
parent 4e1e2c18d5
commit 68e5baa74c
No known key found for this signature in database
GPG Key ID: B03FDDBC66E99F92
1 changed files with 3 additions and 1 deletions

View File

@ -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)
<span id="dockerfiles"></span>
## Dockerfiles
This builder allows you to build Docker images *without* Dockerfiles.