From 8f3c0fdff3846c5d7999c200c69c9d67751acc08 Mon Sep 17 00:00:00 2001 From: "Kai Qiang Wu(Kennan)" Date: Wed, 20 Jan 2016 09:18:14 +0000 Subject: [PATCH] Fix the ulimit link The old link not existed, we need fix it the right one. Signed-off-by: Kai Qiang Wu(Kennan) --- docs/reference/commandline/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index adc94f53b7..2767497e9d 100644 --- a/docs/reference/commandline/build.md +++ b/docs/reference/commandline/build.md @@ -277,7 +277,7 @@ flag](../run.md#specifying-custom-cgroups). Using the `--ulimit` option with `docker build` will cause each build step's container to be started using those [`--ulimit` -flag values](../run.md#setting-ulimits-in-a-container). +flag values](./run.md#set-ulimits-in-container-ulimit). ### Set build-time variables (--build-arg)