How to Change Ulimits for a Container

To override the fault ulimits for a container, you can either specify a single limit as an integer or soft/hard limits as a mapping. For example:

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