Merge pull request #2870 from thaJeztah/19.03_backport_fix_yaml_formatting

[19.03 backport] docs: un-wrap line to prevent YAML docs from using "compact" formatting
This commit is contained in:
Silvin Lubecki 2020-12-08 09:22:51 +01:00 committed by GitHub
commit da9ee7d883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -402,14 +402,12 @@ 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 used in the build will be run with the [corresponding `docker run` 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 container to be started using those [`--ulimit` 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)