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

Commit 03cfc5e

Browse files
Merge component 'cli' from git@github.com:docker/cli 19.03
2 parents 235de07 + 05321ea commit 03cfc5e

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)