You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commands in the README help me create a httpd docker images, but what do I need to do in order to see the Hello World in a browser?
If I run docker run -it --rm -p 80:80 httpd ./httpd and visit http://127.0.0.1 I get ERR_CONNECTION_RESET (This site can’t be reached. The connection was reset.)
I can't seem to figure out how to use this! 😢
The text was updated successfully, but these errors were encountered:
The commands in the README help me create a
httpd
docker images, but what do I need to do in order to see theHello World
in a browser?If I run
docker run -it --rm -p 80:80 httpd ./httpd
and visit http://127.0.0.1 I getERR_CONNECTION_RESET
(This site can’t be reached. The connection was reset.)I can't seem to figure out how to use this! 😢
The text was updated successfully, but these errors were encountered: