micahhausler / container-transform

Transforms docker-compose, ECS, and Marathon configurations
MIT License
1.41k stars 148 forks source link

adding support to `ulimits` #80

Open minzhang28 opened 7 years ago

minzhang28 commented 7 years ago

we need the supports for ulimits section

docker-compose example:

    ulimits:
      nproc: 65535
      nofile:
        soft: 65535
        hard: 65535