gusztavvargadr / vagrant

Vagrant samples for creating Windows and Ubuntu environments
https://vagrantup.com
The Unlicense
16 stars 3 forks source link

Add Windows Server 2016 workstation #24

Closed derwasp closed 7 years ago

derwasp commented 7 years ago

Add a workstation which allows developing .NET application with Docker.

Windows 10 workstations can only work with Docker via Hyper-V and nested virtualization is not supported by virtualbox. So, since the only version of Windows, which has native Docker support is Windows Server 2016, it should be it.

Related to #13

gusztavvargadr commented 7 years ago

@derwasp thanks for reporting the issue, this might take some more time, as it needs a new base box with Packer. Until then, you might want to try experimenting the base box I used in the playground https://github.com/gusztavvargadr/vagrant/tree/master/src/playground/windows.

gusztavvargadr commented 7 years ago

@derwasp FYI this is coming soon https://github.com/gusztavvargadr/packer/milestone/8

gusztavvargadr commented 7 years ago

Windows Server 2016-based boxes are now available at https://atlas.hashicorp.com/gusztavvargadr/.

gusztavvargadr commented 7 years ago

Implemented in https://github.com/gusztavvargadr/workstations/issues/3.