Browse code

Fix for https://github.com/docker/docker.github.io/issues/1413

Signed-off-by: John Mulhausen <john@docker.com>

John Mulhausen authored on 2017/02/01 11:53:42
Showing 1 changed files
... ...
@@ -2,6 +2,8 @@
2 2
 title: "Dockerfile reference"
3 3
 description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image."
4 4
 keywords: "builder, docker, Dockerfile, automation, image creation"
5
+redirect_from:
6
+- /reference/builder/
5 7
 ---
6 8
 
7 9
 <!-- This file is maintained within the docker/docker Github