I have a container running on port 8002 and it is mapped to port 8002 on the host. I can see in Kitematic that it should be available on localhost:8002 but I cannot reach my test page. However, if I inspect the container and get its IP to use in place of localhost, then I can reach my test page just fine.
I’m kind of new to docker, but it was my understanding and experience with other containers that it should be reachable this way without much fuss. Is there something else that I’m missing?