Could not execute because the application was not found or a compatible .NET SDK is not installed.
Possible reasons for this include:
* You intended to execute a .NET program:
The application 'xxx.dll' does not exist.
* You intended to execute a .NET SDK command:
It was not possible to find any installed .NET SDKs.
Install a .NET SDK from:
https://aka.ms/dotnet-download
docker run --name modelservice -p 5000:5000 -v d:/docker/model:/app modelservice:v1.0.0
這是我的掛載運行命令,存在這個問題的原因是由於掛載理解錯誤
d:/docker/model路徑是一個空目錄 掛載到/app后 ,/app 目錄也變成了一個空目錄,導致運行失敗