소스 검색

Merge pull request #19485 from HackToday/fixlink

Fix the ulimit link
David Calavera 9 년 전
부모
커밋
7915077a38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/commandline/build.md

+ 1 - 1
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)