diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-07-16 21:00:11 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-07-17 13:01:21 +0200 |
commit | 2f0ed531c7f90e1d2d51871c68de7c813c4931c4 (patch) | |
tree | 425b9da15d79048172ccd770c80d84da093a0c8c /pkg/spec/spec_unsupported.go | |
parent | a449e9a2cf4b73163df75674059de04488cd2706 (diff) | |
download | podman-2f0ed531c7f90e1d2d51871c68de7c813c4931c4.tar.gz podman-2f0ed531c7f90e1d2d51871c68de7c813c4931c4.tar.bz2 podman-2f0ed531c7f90e1d2d51871c68de7c813c4931c4.zip |
spec: rework --ulimit host
it seems enough to not specify any ulimit block to maintain the host
limits.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'pkg/spec/spec_unsupported.go')
-rw-r--r-- | pkg/spec/spec_unsupported.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/spec/spec_unsupported.go b/pkg/spec/spec_unsupported.go deleted file mode 100644 index 0f6a9acdc..000000000 --- a/pkg/spec/spec_unsupported.go +++ /dev/null @@ -1,7 +0,0 @@ -//+build !linux - -package createconfig - -func getHostRlimits() ([]systemUlimit, error) { - return nil, nil -} |