docker-hands-on-workshop icon indicating copy to clipboard operation
docker-hands-on-workshop copied to clipboard

02 Windows Workload IP Address not showing

Open sdanna opened this issue 8 years ago • 0 comments

When I run step 6 from the Stretch Goal (Windows only) section, I do not get an IP address in my terminal window. It's blank.

Running this statement: docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id seems to show the IP address of the windows container

More info docker --version Docker version 17.06.0-ce, build 02c1d87

https://stackoverflow.com/a/20686101

sdanna avatar Aug 02 '17 14:08 sdanna