Merge pull request #30619 from johndmulhausen/patch-3

Fix for 404 in docs
Upstream-commit: 1de72681b598003eb186011237639bbfc4f67318
Component: engine
This commit is contained in:
Vincent Demeester
2017-02-01 09:50:11 +01:00
committed by GitHub

View File

@ -2,6 +2,8 @@
title: "Dockerfile reference"
description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image."
keywords: "builder, docker, Dockerfile, automation, image creation"
redirect_from:
- /reference/builder/
---
<!-- This file is maintained within the docker/docker Github