Docker Windows Nanoserver容器中的Visual Studio 2017远程调试器未启动

Docker Windows Nanoserver容器中的Visual Studio 2017远程调试器未启动,docker,visual-studio-debugging,nano-server,Docker,Visual Studio Debugging,Nano Server,我将文件从Visual Studio 2017远程调试器复制到运行nano server的windows docker映像。在使用正确的参数以headless模式运行MSVSMon.exe后,不会发生任何事情。没有进程正在运行,应用程序日志中也没有生成错误。为什么MSVSMon.exe不能启动 官方网站()上没有关于如何以非交互方式将程序设置为服务的说明。既然nano服务器没有用户界面,我该如何将其作为一项服务启动呢 PS C:\debug\vs_remotetools> .\msvsmo

我将文件从Visual Studio 2017远程调试器复制到运行nano server的windows docker映像。在使用正确的参数以headless模式运行MSVSMon.exe后,不会发生任何事情。没有进程正在运行,应用程序日志中也没有生成错误。为什么MSVSMon.exe不能启动

官方网站()上没有关于如何以非交互方式将程序设置为服务的说明。既然nano服务器没有用户界面,我该如何将其作为一项服务启动呢

PS C:\debug\vs_remotetools> .\msvsmon.exe /noauth /anyuser /silent /nostatus 
/noclrwarn /nosecuritywarn /nofirewallwarn
/nowowwarn /timeout:36000

PS C:\debug\vs_remotetools> get-process

Handles  NPM(K)    PM(K)      WS(K)     CPU(s)     Id  SI ProcessName
-------  ------    -----      -----     ------     --  -- -----------
  0       5     1136       4752       2.20   1348   1 CExecSvc
  0       3     1704       2900       0.09   1888   1 cmd
  0       5      588       1936       7.19    916   1 csrss
  0       0        0          4                 0   0 Idle
  0      18     3532      10804       5.86    992   1 lsass
  0      42    52284      76844       9.50    596   1 powershell
  0      43    89044     115712      17.83   1452   1 powershell
  0      40    47668      72196      22.05   1704   1 powershell
  0       8     1312       5004       4.36    972   1 services
  0       2      284       1116       1.39    876   0 smss
  0       7     1488       5720       1.42    496   1 svchost
  0      12     1564       6104       2.53    780   1 svchost
  0      14    10436      14828       9.08   1036   1 svchost
  0      14     7900      16480      11.75   1068   1 svchost
  0       9     1948       6448       1.08   1136   1 svchost
  0      32     5864      15468       7.89   1160   1 svchost
  0      15     4356      13252       5.52   1324   1 svchost
  0       0      128        136      23.03      4   0 System
  0       7      808       4116       1.95    944   1 wininit

它可能是位的——Nano服务器只支持64位二进制文件

以下链接中的信息可能会有所帮助:


可能是比特数–Nano服务器只支持64位二进制文件

以下链接中的信息可能会有所帮助:

与本期类似吗?这与这个问题类似吗?