diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-08-23 04:22:47 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-23 12:49:45 +0000 |
commit | c32074fa4fbeef181347da4540f65fb90208dcd5 (patch) | |
tree | fc9818f404fc749391e94cddd9d4bb316f55735b /docs/podman-build.1.md | |
parent | e0c2fcadd2a27f5f8f2de119d5f31175e45a436b (diff) | |
download | podman-c32074fa4fbeef181347da4540f65fb90208dcd5.tar.gz podman-c32074fa4fbeef181347da4540f65fb90208dcd5.tar.bz2 podman-c32074fa4fbeef181347da4540f65fb90208dcd5.zip |
Fix syntax description of --ulimit command
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1327
Approved by: vrothberg
Diffstat (limited to 'docs/podman-build.1.md')
-rw-r--r-- | docs/podman-build.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md index 594201fff..c357c0a77 100644 --- a/docs/podman-build.1.md +++ b/docs/podman-build.1.md @@ -356,7 +356,7 @@ If _imageName_ does not include a registry name, the registry name *localhost* w Require HTTPS and verify certificates when talking to container registries (defaults to true). -**--ulimit**=*type*:*soft-limit*[:*hard-limit*] +**--ulimit**=*type*=*soft-limit*[:*hard-limit*] Specifies resource limits to apply to processes launched when processing `RUN` instructions. This option can be specified multiple times. Recognized resource types |