there are 2 Microsoft docker images which provide server functionalities to users: microsoft/windowsservercore
and microsoft/nanoserver
. usually, users can install all services and they can fulfill your needs. but if you are trying to install something on a windows docker which has interactive services or uses features which are only allowed in interactive windows versions, then you are screwed!
so, what’s the solution? microsoft provides versions of windows-insider as docker images too. those come in handy in this case. if you use mcr.microsoft.com/windows-insider
you can get the latest insider build. for other available versions, check this hub-page.
Comments are closed, but trackbacks and pingbacks are open.