I am new to Docker and I am trying to test my application on local host(windows machine). In CLI, after running docker run command, it shows that it is up and running on local host. However, when I try to open the URL in browser, page shows message that "This site can’t be reached". I am using docker desktop and base image of alpine. I may be missing something on this issue. Is it something related to issue on windows ? (One more thing, When I use docker ps --a command, I can see container's name but port numbers are missing. Port numbers are visible on docker desktop).
Stuck with this since many days. Please help !!