mirror of https://github.com/docker/cli.git
Merge pull request #2780 from thaJeztah/fix_links
docs: fix broken links in build reference
This commit is contained in:
commit
ac365d7175
|
@ -402,14 +402,14 @@ the command line.
|
||||||
### Use a custom parent cgroup (--cgroup-parent)
|
### Use a custom parent cgroup (--cgroup-parent)
|
||||||
|
|
||||||
When `docker build` is run with the `--cgroup-parent` option the containers
|
When `docker build` is run with the `--cgroup-parent` option the containers
|
||||||
used in the build will be run with the [corresponding `docker run`
|
used in the build will be run with the
|
||||||
flag](../run.md#specify-custom-cgroups).
|
[corresponding `docker run` flag](../run.md#specify-custom-cgroups).
|
||||||
|
|
||||||
### Set ulimits in container (--ulimit)
|
### Set ulimits in container (--ulimit)
|
||||||
|
|
||||||
Using the `--ulimit` option with `docker build` will cause each build step's
|
Using the `--ulimit` option with `docker build` will cause each build step's
|
||||||
container to be started using those [`--ulimit`
|
container to be started using those
|
||||||
flag values](run.md#set-ulimits-in-container---ulimit).
|
[`--ulimit` flag values](run.md#set-ulimits-in-container---ulimit).
|
||||||
|
|
||||||
### Set build-time variables (--build-arg)
|
### Set build-time variables (--build-arg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue