Browse code

Merge pull request #30619 from johndmulhausen/patch-3

Fix for 404 in docs
(cherry picked from commit 1de72681b598003eb186011237639bbfc4f67318)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Vincent Demeester authored on 2017/02/01 17:50:11
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