Is it possible to install Visual Studio in a Windows Container

前端 未结 5 415
予麋鹿
予麋鹿 2020-12-23 09:33

Is it possible to install any version of Visual Studio in a Windows Container on a Windows Server?

The motivation is to use Windows Containers for building software

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 10:05

    Windows Containers do not currently include GUI apps. The limitation is on Microsoft, not on Docker.

    For example try something simple like running Notepad (in Windows Server Core container). The process is launched but no GUI shows up.

提交回复
热议问题