Selaa lähdekoodia

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

Signed-off-by: John Mulhausen <john@docker.com>
John Mulhausen 8 vuotta sitten
vanhempi
commit
3c3456885d
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      docs/reference/builder.md

+ 2 - 0
docs/reference/builder.md

@@ -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