Hi,
I am using Docker on Windows Server 2016 with Windows Container (no Linux involved).
Although everything else seems to run fine I am not able to expose any ports from the container to the host system like I would do it in the Linux world. The docker daemon does not throw any error but there are no ports forwarded either.
For this I am using a virgin Windows Server 2016 installation, is there anything else that I have to do in order to get it working? MSDN docs did not say anything about it.
Thanks,
David
PS: docker logs -f does not seem to follow, starting a docker container is really slow compared to Linux and microsoft/windowsservercore is really huge (while I do not know how far I would get with nanoserver).