An open API service indexing awesome lists of open source software.

https://github.com/soul-master/docker-node-demo

Docker container demo for Node.js applications
https://github.com/soul-master/docker-node-demo

demo docker nodejs

Last synced: about 1 month ago
JSON representation

Docker container demo for Node.js applications

Awesome Lists containing this project

README

          

# docker-node-demo

This is a simple demonstration of a Node.js web server that serves a "Hello, World!" message. The server is built using pure Node.js API.

## Prerequisites

- [Docker](https://www.docker.com/)

## Getting Started

1. Clone this repository
2. Run the following command to create Docker image & run Docker container
```
npm start
```

## Result

![Build result](https://user-images.githubusercontent.com/442046/213861742-82fc3ea5-da30-444a-9bbf-5fe76d63cb39.png)

![Response from web server](https://user-images.githubusercontent.com/442046/213861761-be9b5fa1-58a5-400b-b69b-aafb52c1f4b4.png)