Docker has run but does not seen

Hello everyone!

I have an issue and can’t solve it.

My os Win 8.1 and I run Win toolbox.
I start Spring boot app in docker container.

I can see it at win bash:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
188c8f290658 dockertest “java -jar dockertes” 27 seconds ago Up 16 seconds 0.0.0.0:8096->8096/tcp nervous_cartwright

Also I can see it into VM machine
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
188c8f290658 dockertest “java -jar dockertes*” 27 seconds ago Up 16 seconds 0.0.0.0:8096->8096/tcp nervous_cartwright

BUT I can’t see the app in the localhost browser, so as I can’t see the port 8096 in the net monitor.

ps.
the port is opened in the windows brandmower.

pps.
when the app is running into the IDEA - everything is fine.

Please help me find the way to solve it.