Hi Folks,
I am considering using docker for windows, but I need to access the maturity and features of the project
I have a application that runs only in Windows, so my goal is to create a dockerfile that uses Windows image as the base image.
I have read the documentation on MSDN, but I need further clarification… Can you help me?
1 - Will docker for Windows user the same language/commands? In other words, all the RUN, ENV, COPY, EXPOSE,. docker ps, docker images, etc will be the same in windows?
2 - Will it work in Windows Server 2016 Only? Any plans for windows 7,8,10?
3- Does it support Docker compose?
4-Any advice?