mirror of https://github.com/docker/docs.git
Update CLI reference docs with latest changes from 19.03 branch
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
37bc177d38
commit
ec957f6802
|
@ -641,14 +641,12 @@ examples: |-
|
||||||
### 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 [corresponding `docker run` flag](../run.md#specify-custom-cgroups).
|
||||||
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 [`--ulimit` flag values](run.md#set-ulimits-in-container---ulimit).
|
||||||
flag values](run.md#set-ulimits-in-container---ulimit).
|
|
||||||
|
|
||||||
### Set build-time variables (--build-arg)
|
### Set build-time variables (--build-arg)
|
||||||
|
|
||||||
|
|
|
@ -181,7 +181,7 @@ examples: |-
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
|
FROM ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
|
||||||
MAINTAINER some maintainer <maintainer@example.com>
|
LABEL maintainer="some maintainer <maintainer@example.com>"
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
|
|
Loading…
Reference in New Issue