关于[Running .NET Core global tools in non-sdk Docker images]的摘要:
.NET Core global tools are great for providing small pieces of functionality. Unfortunately, they have a few limitations which can occasionally cause issues when you run them. In this post I describe how you can avoid these issues by containerising your global tools with Docker.
原文地址: https://andrewlock.net/running-net-core-global-tools-in-non-sdk-docker-images/