mirror of https://github.com/containers/podman.git
Fix syntax description of --ulimit command
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1327 Approved by: vrothberg
This commit is contained in:
parent
e0c2fcadd2
commit
c32074fa4f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue