Intermittent crashes running transient task container

Expected behavior

docker doesn’t crash

Actual behavior

docker crashes

Information

diagnostic id 58947A23-93E0-45C6-84FD-E8054ECF796E

Steps to reproduce the behavior

We have a web container (node.js app) and a db container (postgres:latest) and a task container that starts up, runs tasks, and shuts down. We run that in docker-compose.yml without issue, but running some commands manually crashes docker as shown in the diagnostic uploaded.

Happy to provide further info if required