node-docker-windows-hello-world docker build -t node-hello-world:latest . docker run --rm -it -P node-hello-world:latest When hitting the app, make sure to use the machine's IP address, not localhost.