Docker Image: has apache; has an HTML file in the apache root.
How can I access that file form the browser? (when I run the image)
I tried:
docker run -d -p 8080:80 myimage/myimage
When I use the docker ps I get to see the port as 0.0.0.0:8080->80/tcp but as it open I get HTTP ERROR 500 0.0.0.0:8080 or localhost:8080