docker-hands-on-workshop
docker-hands-on-workshop copied to clipboard
02 Windows Workload IP Address not showing
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