mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-23 08:23:42 +01:00
2202e7f39b
- supports `ulimit: host` or other single value - As well as `ulimit: [nofile=5000, nproc=5000]` array - As well as `ulimit: {nofile: 5000, nproc: 5000}` dict Authored-by: Tyler Ramer <tramer@pivotal.io>
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM busybox
|
|
|
|
COPY ./ulimit.sh /bin/ulimit.sh
|