Nginx inside Debian Container run on Docker

I installed Docker on windows and its work perfect. Then I run signiant/docker-jenkins-debian32-wheezy on the docker and install nginx server on that debain. After the nginx installation the service start successfully and got the Welcome message of nginx through the debain terminal. My requirement is to connect that nginx server from the host Windows 7 machine using a Google chrome browser. What are the procedures for connecting the server from host machine.
The Debian IP shows as 172.17.0.2 and I can’t ping this IP from windows.

Using Kitematic I got the nginx server…