microsoft / iis-docker

Dockerfile for IIS
https://hub.docker.com/r/microsoft/iis/
MIT License
288 stars 128 forks source link

get the container IPAddress #111

Closed asyowish closed 6 years ago

asyowish commented 6 years ago

You can use this simple command to get the container ip address: docker inspect -f "{{ .NetworkSettings.IPAddress }}" $containerName

bariscaglar commented 6 years ago

Thank you for the information.