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
- Host: GitHub
- URL: https://github.com/soul-master/docker-node-demo
- Owner: Soul-Master
- License: mit
- Created: 2023-01-21T09:51:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T18:18:59.000Z (over 3 years ago)
- Last Synced: 2025-02-22T00:43:54.549Z (over 1 year ago)
- Topics: demo, docker, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

