Hi,
So recently I picked up Docker and learning more about it, all thanks to VMware Photon project.
And starting using Docker in Production and learning more about it, its fun and simple and fast way to kick start web apps.
The limitation of Docker, or any other Container OS is that it can only run Linux OS or apps, but now that will change due to Windows server want to have the ability as well, and they are images here but can only run using Docker in Windows, and currently Docker store have:
windowsservercore and nanoserver
Both are free tier on Docker store.
https://store.docker.com/images/49a8bc05-c135-4f9e-b850-1703908c23bd/plans/1e9acba1-c879-49b0-9109-7cfcf820a47a?tab=tags
Notice the ''windowsservercore'' images are 5 GB, which kinda defeats the whole purpose of containers, I reckon once they reach that size that removes the fun of containers and simplicity, I can do the same size with regular VMs, after I wipe free space + punch zeros.
However the nanoserver is interesting:
https://store.docker.com/images/2f0355ab-178e-4045-9ac3-3d7b7e967e65?tab=description
Around 300 MB, but as far as I know very limited roles and features that can be installed.
So what do you think, will they make huge impact? and are you using them in any way in production environment? (specially the nano) and what for ?
Many thanks.