Accessing internal ip of container from host

hi, i am trying to access the internal ip address of the container from the host and it odes not work . i am using docker desktop for windows. any help on this ?

Hi @elmi.abdullahi91

You can’t access to the container like that, you need to expose the port and use the exposed one
The following blog post will help you