Accessing web app running inside Jenkins docker container

Hi Team,

I have a docker Jenkins container exposed @ http://192.168.99.100:8001. I was able to create Jenkins+GIT+Maven project. This project does the following.

  1. Pools the GIT hib at regular intervals and if any changes will start a build
  2. After successful build ,maven starts the spring boot application .
    3.Spring BOOT application starts at 172.17.0.2:8000.

I am not able to access my Spring boot application running inside Jenkins .Can someone help me on this.

HOST OS :-Windows 10
Docker :- Docker tool box
Kitematic