mirror of https://github.com/docker/cli.git
docs: un-wrap line to prevent YAML docs from using "compact" formatting
Looks like the YAML conversion doesn't like lines starting with `[`, and causing it to use the "compact" formatting in the generated YAML. This patch un-wraps these lines to prevent this. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
dca98e3c87
commit
3455643194
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue