In: MacBook using terminal
Hi Steve,
Personally I think you should leave the "Hello World" in place, as that's what guys are going to be searching on and your repo name contains that as well.
Hey I have an issue, I'm able to docker build just fine, but the docker run .. part is not working. "The site cannot be reached". My docker ps -a info:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0995c28fabed node-hello-world:latest "docker-entrypoint.s…" 9 seconds ago Up 8 seconds 0.0.0.0:8080->8080/tcp node-hello-world
trying localhost:8080 and even 0.0.0.0:8080 is just not working.
In: MacBook using terminal
Hi Steve,
Personally I think you should leave the "Hello World" in place, as that's what guys are going to be searching on and your repo name contains that as well.
Hey I have an issue, I'm able to
docker buildjust fine, but thedocker run ..part is not working. "The site cannot be reached". My docker ps -a info:trying localhost:8080 and even 0.0.0.0:8080 is just not working.