From 9b78660ef47b8d4e73ee48b2a57de3f99d5e9beb Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 18 Apr 2017 16:58:29 +0800 Subject: [PATCH] Update builder.md Fix a invalid link. Signed-off-by: Wang Jie Signed-off-by: Tonis Tiigi --- docs/reference/builder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 43c8a5ef2c..ea1ced1949 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -94,8 +94,8 @@ instructions. Whenever possible, Docker will re-use the intermediate images (cache), to accelerate the `docker build` process significantly. This is indicated by the `Using cache` message in the console output. -(For more information, see the [Build cache section](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/build-cache)) in the -`Dockerfile` best practices guide: +(For more information, see the [Build cache section](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#build-cache) in the +`Dockerfile` best practices guide): $ docker build -t svendowideit/ambassador . Sending build context to Docker daemon 15.36 kB