visual-studio - 在 docker 镜像中运行 vs2015

标签 visual-studio docker development-environment docker-image

是否可以创建一个visual studio2015 docker镜像?

我需要在 docker 镜像中拥有完整的开发环境,所以我可以运行这个镜像来编码和发布等,就像我们已经在普通 Windows 上安装 vs 所做的那样。机器或虚拟机。

最佳答案

是的,这是可能的。有一个Visual Studio blog post展示如何做到这一点。虽然这些说明适用于 VS 2017,但您应该可以替换 VS 2015 命令行安装程序。

请注意,博客页面中有一个关于 VS 2015 的警告:

Installing Visual Studio 2013, 2015, or 2017 on microsoft/windowsservercore:10.0.14393.1593 (which may be your locally cached :latest depending on when you last pulled) fails. The bootstrapper fails to launch the installer. Please use either an older tagged build like :10.0.14393.1480 or newer tagged build like :10.0.14393.1715 – the current :latest when this post was first published.

关于visual-studio - 在 docker 镜像中运行 vs2015,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40531151/

相关文章:

visual-studio - 以编程方式查找 VS2017 最近使用 (MRU) 解决方案和项目

MySQL for Visual Studio 安装失败,错误代码 1603

c++ - qtCreator 和 docker 最佳实践

java - Java 环境或 ..Linux 是否存在 "business controls"?

android - 为什么 Android 不出现在 Eclipses 的首选项中?

c# - 是否可以使用 Xamarin 工具开发 CarPlay 应用程序

wordpress - 无法将AWS Elastic Beanstalk与Docker一起使用来部署Wordpress

Docker/Node-red - 如果卷在 USB 闪存驱动器上,npm 无法安装调色板

python - 用于 Python 中可重现环境的工具(或工具组合)

visual-studio-2010 - 如何在 Visual Studio 2012 中设置断点的背景颜色?