A simple Node.js Hello World app with Express. Supports "name" query for personalized message.
903
The kmarasovic/hello-node Docker image runs a simple Node.js "Hello World" app using Express. To use this image, follow these steps:
Pull the image from Docker Hub: docker pull kmarasovic/hello-node
Run the Docker container: docker run -p 8013:3000 hello-node
This will expose port 8013 on your local machine, allowing you to access the app.
Access the app:
http://localhost:8013 to see the default "Hello, World!" message.name query parameter, e.g., http://localhost:8013?name=Jane will return "Hello, Jane!".Content type
Image
Digest
sha256:b2e2cf3cd…
Size
389.9 MB
Last updated
almost 2 years ago
docker pull kmarasovic/hello-node