Thank you for your honest opinions and helping a fellow geek progress :D
Are Microsoft Containers worth learning?
1–4 of 4 posts
Re: Are Microsoft Containers worth learning?
#2However if Windows is core to your workflow.. check out this from my fellow Docker Captain:
https://github.com/StefanScherer/dockerfiles-windows
And the installation procedure for Windows Containers:
https://msdn.microsoft.com/virtualization/windowscontainers/...
Take note that only nano-server will run on Windows 10 pro.
Feel free to get in touch on Twitter @alexellisuk
Re: Are Microsoft Containers worth learning?
#3Depends on who you ask and what their experience is. What can we tell you? Everyone will tell you what their preferred solution is. Since it's a subjective question, one person will tell you to go ahead, another that it's pointless.
Why do you care what is going to be popular if you are building your own laboratory? Research which is the best solution; research them all. After all, that is the point of a laboratory, isn't it?
Re: Are Microsoft Containers worth learning?
#4Absolutely - if you want to "learn containers" I would start with Docker for Windows (that creates a tiny Linux VM) for a less painful start. However if Windows is core to your workflow.. check out this from my fellow Docker Captain: https://github.com/StefanScherer/dockerfiles-windows And the installation procedure for Windows Containers: https://msdn.microsoft.com/virtualization/windowscontainers/... Take note that…