Getting crash dump and logs through Docker?

New to Docker – and trying to figure out why our container with an Elixir release is crashing out of existence.

Are there any easy ways to forward a crash dump or other logs such that we can retrieve them?

Thanks,
Scott

1 Like

Where-ever it’s logging, just set those up to an external data directory and you’ll be able to see them post-docker-crash. :slight_smile:

1 Like