PS C:\Users\Administrator> docker version
Client:
Version: 17.03.1-ee-3
API version: 1.27
Go version: go1.7.5
Git commit: 3fcee33
Built: Thu Mar 30 19:31:22 2017
OS/Arch: windows/amd64
Server:
Version: 17.03.1-ee-3
API version: 1.27 (minimum version 1.24)
Go version: go1.7.5
Git commit: 3fcee33
Built: Thu Mar 30 19:31:22 2017
OS/Arch: windows/amd64
Experimental: false
Hi, i’m new to docker . i’m trying to run docker container on localhost and some port by default on windows machine. how would i do that? Any advise on this would be helpful.
With the default NAT network you cannot access mapped ports on localhost. Not sure whether Microsoft will fix/improve that. You can access from another host, or directly at the container’s IP address.