Windows Server 2016 TP5 - Docker server remote management

Hi!
I have Windows Server 2016 TP5 running with Docker. It is written here:
“Once setup, the most convenient approach is to use the Windows Server 2016 / Docker Engine combination remotely from a machine with development tools and editors installed (instead of trying to install them on Windows Server). This can be done by setting DOCKER_HOST to reference the Windows Server host on the development machine.”

However, if I type netstat -ano , there is no port 2375 or 2376 in use at all! Docker is not listening for remote connections.
From daemon.log I see just “API listen on //./pipe/docker_engine”

So how we can manage WS2016TP5 docker server remotely? Does Docker-machine has driver and supports it at all?

Thanks! :slight_smile: