My PHP container runs puppeteer to generate PDF. By generating a PDF document, it also creates two core dump files inside my container. I am not sure where they actually com
For those using docker-compose, in the .yml file set ulimits:
.yml
ulimits
services: app: ulimits: core: hard: 0 soft: 0