Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build Visual Studio C++ project in docker

Is it possible to build MSVCPP 2015 project inside docker? I found, that docker started to support windows containers, here is repo: https://hub.docker.com/u/microsoft/ . But it is focused on .NET applications and servers, but I want to build desktop exe application. Is it possible?

like image 801
ultrablox Avatar asked Mar 01 '17 10:03

ultrablox


Video Answer


1 Answers

Yes it is possible. There is a document here that I have used as a starting point: Install Build Tools into a Container.

like image 127
Captain Whippet Avatar answered Sep 19 '22 11:09

Captain Whippet