StefanScherer / docker-windows-box

Various Vagrant envs with Windows 2019/10 and Docker, Swarm mode, LCOW, WSL2, ...
MIT License
592 stars 105 forks source link

Blank black screen with cmd only #30

Closed iDVB closed 6 years ago

iDVB commented 6 years ago

I managed to get vagrant up to complete successfully with no errors.. but once its up and running its just a black window with a single cmd open?

Am I missing something? Should there not be a UI version with windows bar etc?

image

StefanScherer commented 6 years ago

Welcome to Windows Server Core. At least notepad is there 😜

StefanScherer commented 6 years ago

The box StefanScherer/windows_2016_docker is Core only.

iDVB commented 6 years ago

Hmm, doh.. what I’m going for was something I can build windows traditional .Net Docker images with. Was hoping to do it from inside VS.

I have a Mac so wanted to us VM.

Any thoughts? On Sun, Jun 17, 2018 at 1:14 PM Stefan Scherer notifications@github.com wrote:

The box StefanScherer/windows_2016_docker is Core only.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/StefanScherer/docker-windows-box/issues/30#issuecomment-397892771, or mute the thread https://github.com/notifications/unsubscribe-auth/AALkQmc5gyayx2WgHfbtCOvZqMhIAH96ks5t9o5xgaJpZM4Uq3l2 .

StefanScherer commented 6 years ago

The other box StefanScherer/windows_2016 is with Desktop. Either use this and install Docker with the provision scripts manually or adjust the packer-windows templates to start with the Desktop autounattend.xml instead of the Core one.

iDVB commented 6 years ago

Thx @StefanScherer, not sure what StefanScherer/windows_2016 is .... I don't see any repo on you with that name?

StefanScherer commented 6 years ago

It‘s the name of a Vagrant box you can download from Vagrant Cloud. If you prefer to build your own it‘s the windows_2016.json template in my packer-windows repo.