From 1b4a0bffbe1e8aed2df985e807998567ecc29f6f Mon Sep 17 00:00:00 2001 From: David Kinzer Date: Fri, 24 Oct 2014 10:33:27 -0400 Subject: [PATCH] Fix broken links in docker builder docs. The first link is to an outside page that doesn't exist anymore. The second link is to the correct id. --- website/source/docs/builders/docker.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/docker.html.markdown b/website/source/docs/builders/docker.html.markdown index 61b4b4d79..78ca90a56 100644 --- a/website/source/docs/builders/docker.html.markdown +++ b/website/source/docs/builders/docker.html.markdown @@ -14,13 +14,13 @@ Docker. The builder starts a Docker container, runs provisioners within this container, then exports the container for reuse or commits the image. Packer builds Docker containers _without_ the use of -[Dockerfiles](http://docs.docker.io/en/latest/use/builder/). +[Dockerfiles](https://docs.docker.com/reference/builder/). By not using 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_4). +[Dockerfiles](#toc_8). 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).