From cce4bd150c3d3eb9a658f8f744954999adc985d6 Mon Sep 17 00:00:00 2001 From: ttres Date: Tue, 9 Feb 2016 15:31:36 -0200 Subject: [PATCH] Correct .dockerignore link The .dockerignore link is wrong (not broken). This PR corrects it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d3aa2..f0f0628 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ In order to push to this repository tag image with `repositoryHostName:5000/imag ### Instructions -* [.dockerignore](https://docs.docker.com/reference/builder/#the-dockerignore-file) +* [.dockerignore](https://docs.docker.com/reference/builder/#dockerignore-file) * [FROM](https://docs.docker.com/reference/builder/#from) Sets the Base Image for subsequent instructions. * [MAINTAINER](https://docs.docker.com/reference/builder/#maintainer) Set the Author field of the generated images.. * [RUN](https://docs.docker.com/reference/builder/#run) execute any commands in a new layer on top of the current image and commit the results.