Forum Discussion
David Hirschfeld
Jul 30, 2017Copper Contributor
Old containers don't work on Windows Server Insiders?
Trying to run a windowsservercore container built on a Windows Server standard build gives me an error: docker : C:\docker\docker.exe: Error response from daemon: container d87c04be7972d3e5870ed1...
- Aug 11, 2017
`docker run --isolation=hyperv microsoft/windowsservercore` will work on Windows Server Insider & Windows 10 Insider builds. Because the kernel is different between the shipped Windows Server 2016 OS - we need to use Hyper-V isolation. That will run that container with the same kernel so there aren't any incompatibilities.
Can you give that a try and let us know how it works?
Thanks!
Patrick
Bernardo Cangulo
Aug 01, 2017Copper Contributor
Hi, am new in the community, I would to learn more about windows Server X, please someone can tell how and where to start. waiting for your reply bernardocangulo@hotmail.com
Jacob Blanco Rodriguez
Aug 01, 2017Copper Contributor
Download ISO file Windows Server Insider:
https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver
Create a Virtual Machine with ISO file on your Windows 10 or Windows Server 2016 GUI (Full desktop). Enable role Hyper-V, create a virtual network connection, and create a VM on Hyper-V with ISO file. Start installation, and that's it, you have Windows Server already installed. Now, you can connect hyper console, log on and type Sconfig, configure your settings here. To interact with Windows Server Insider you have to do with powershell remote, Windows Server 2016 GUI using Server Manager tools or with hyper-v console. I recommend you learn powershell to manage the server. You can start here: https://technet.microsoft.com/en-us/library/jj574205(v=ws.11).aspx
And here for learning about powershell: https://technet.microsoft.com/en-us/itpro/powershell/windows/index
Hope it helps you and welcome to the Windows Server Insider and Core World !!!
https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver
Create a Virtual Machine with ISO file on your Windows 10 or Windows Server 2016 GUI (Full desktop). Enable role Hyper-V, create a virtual network connection, and create a VM on Hyper-V with ISO file. Start installation, and that's it, you have Windows Server already installed. Now, you can connect hyper console, log on and type Sconfig, configure your settings here. To interact with Windows Server Insider you have to do with powershell remote, Windows Server 2016 GUI using Server Manager tools or with hyper-v console. I recommend you learn powershell to manage the server. You can start here: https://technet.microsoft.com/en-us/library/jj574205(v=ws.11).aspx
And here for learning about powershell: https://technet.microsoft.com/en-us/itpro/powershell/windows/index
Hope it helps you and welcome to the Windows Server Insider and Core World !!!