79653423

Date: 2025-06-04 20:04:37
Score: 1
Natty:
Report link

You can add it to your entrypoint before exec-ing the main command

#!/usr/bin/env bash

ulimit -c unlimited
echo '/core.%e.%p' > /proc/sys/kernel/core_pattern

exec "$@"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jakeonfire