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

Commit 5b7be53

Browse files
committed
docs: fix broken links in build reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 3fe574b7ef70416ca0d33ef2825bcf7b174897af) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: d1b44aa298a9c3b0f90ff1979364d196973939d1 Component: cli
1 parent e1dfd41 commit 5b7be53

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)