Description
This page states:
The only complicating factor of using these tools in a container is that they are installed with the .NET Core SDK and many Docker containers run without the .NET Core SDK present. One easy solution to this problem is to install the tools in the initial Docker image. The tools don't need the .NET Core SDK to run, only to be installed.
Is this correct, or is that only true of the dotnet tool
method of installation? I noticed the tools have stand-alone downloads available, for example:
https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-dump#install
Do those installers still require the SDK? I'm trying to put together some documentation for production server support, and corporate policy prohibits SDK installation for obvious reasons.
I'm happy to PR a change, or if the stand-alone installers do require the SDKs, I'll PR changes to those pages instead (and then we have big trouble internally trying to figure out how to deal with that...)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: cb469ec9-2273-52d7-059d-8288eb6d8db5
- Version Independent ID: d24b97d5-8931-408e-20e0-78c4787365c0
- Content: Collect diagnostics in containers
- Content Source: docs/core/diagnostics/diagnostics-in-containers.md
- Product: dotnet-fundamentals
- GitHub Login: @tommcdon
- Microsoft Alias: tommcdon