- github: https://github.com/wonderlic/docker-hello-world
- docker hub: https://registry.hub.docker.com/u/wonderlic/hello-world/
This docker image will start a node.js webserver and respond back with 'hello world' for every incoming request.
docker run \
-e PORT=... \
wonderlic/hello-world
If not set:
- PORT defaults to 8080