Merge pull request #4234 from ankon/pr/docker-ref-dockerfiles

Fix the reference to the "Dockerfiles" section
This commit is contained in:
Rickard von Essen 2016-12-01 18:50:39 +01:00 committed by GitHub
commit 95c0113a23
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.