https://github.com/dcnsakthi/nodejs-docker
nodejs-docker Learning Repo (todo app on NodeJS).
https://github.com/dcnsakthi/nodejs-docker
Last synced: 13 days ago
JSON representation
nodejs-docker Learning Repo (todo app on NodeJS).
- Host: GitHub
- URL: https://github.com/dcnsakthi/nodejs-docker
- Owner: dcnsakthi
- Created: 2021-04-04T05:12:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T05:31:25.000Z (about 4 years ago)
- Last Synced: 2025-02-17T17:52:48.442Z (3 months ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-docker
nodejs-docker Learning Repo (todo app on NodeJS).**Step1:** Clone Repo. Modify if required.
**Step2:** Build Docker Image. `docker build -t dcnsakthi/todo:latest .`
**Step3:** Push Docker Image to DockerHub. `docker push dcnsakthi/todo:latest`
**Step4:** Pull Docker Image to Locally. `docker pull dcnsakthi/todo:latest` Or Run Docker Container. `docker run -dp 3088:3000 dcnsakthi/todo:latest`
**Step5:** Browse through the URL. `http://localhost:3088/`