Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 05321ea

Browse files
Merge pull request #2781 from thaJeztah/19.03_backport_fix_links
[19.03 backport] docs: fix broken links in build reference Upstream-commit: 3ce6b9faea643aef8f8cdd97f7f0dbf645204619 Component: cli
2 parents e1dfd41 + 5b7be53 commit 05321ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • components/cli/docs/reference/commandline

components/cli/docs/reference/commandline/build.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,14 @@ the command line.
402402
### Use a custom parent cgroup (--cgroup-parent)
403403

404404
When `docker build` is run with the `--cgroup-parent` option the containers
405-
used in the build will be run with the [corresponding `docker run`
406-
flag](../run.md#specify-custom-cgroups).
405+
used in the build will be run with the
406+
[corresponding `docker run` flag](../run.md#specify-custom-cgroups).
407407

408408
### Set ulimits in container (--ulimit)
409409

410410
Using the `--ulimit` option with `docker build` will cause each build step's
411-
container to be started using those [`--ulimit`
412-
flag values](run.md#set-ulimits-in-container---ulimit).
411+
container to be started using those
412+
[`--ulimit` flag values](run.md#set-ulimits-in-container---ulimit).
413413

414414
### Set build-time variables (--build-arg)
415415

0 commit comments

Comments
 (0)