summaryrefslogtreecommitdiff
path: root/pkg/spec/spec_linux.go
Commit message (Collapse)AuthorAge
* spec: rework --ulimit hostGiuseppe Scrivano2019-07-17
| | | | | | | it seems enough to not specify any ulimit block to maintain the host limits. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* podman: add --ulimit hostGiuseppe Scrivano2019-07-08
add a simple way to copy ulimit values from the host. if --ulimit host is used then the current ulimits in place are copied to the container. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>