Skip to content

Instantly share code, notes, and snippets.

@ShawInnes
Created October 19, 2020 01:22
Show Gist options
  • Save ShawInnes/9e6e7efe341d901be3593d522da1339d to your computer and use it in GitHub Desktop.
Save ShawInnes/9e6e7efe341d901be3593d522da1339d to your computer and use it in GitHub Desktop.
Analyze results from dotnet dump in a docker container
docker run -it --entrypoint /bin/bash -v `pwd`/memorydumps:/memorydumps mcr.microsoft.com/dotnet/core/sdk:3.1.101
dotnet tool install -g dotnet-dump
dotnet tool install -g dotnet-symbol
export PATH="$PATH:/root/.dotnet/tools"
dotnet-dump analyze core_20201018_213815
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment