From 9d535f19d3342e38b94d0b7ec3cbd73bacd91de1 Mon Sep 17 00:00:00 2001 From: Gabriel Baker Date: Tue, 31 Dec 2013 19:00:08 +0000 Subject: [PATCH] link pointing to dockerfiles was incorrect --- website/source/docs/builders/docker.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/docker.html.markdown b/website/source/docs/builders/docker.html.markdown index d71c1600d..fbced5009 100644 --- a/website/source/docs/builders/docker.html.markdown +++ b/website/source/docs/builders/docker.html.markdown @@ -17,7 +17,7 @@ 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_3). +[Dockerfiles](#toc_4). 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).