https://github.com/milesrack/simple-dashboard
A docker container that runs a simple Node.js app showing the hostname, IP address, and uptime.
https://github.com/milesrack/simple-dashboard
dashboard docker ejs javascript node-js node-js-express nodejs
Last synced: 12 months ago
JSON representation
A docker container that runs a simple Node.js app showing the hostname, IP address, and uptime.
- Host: GitHub
- URL: https://github.com/milesrack/simple-dashboard
- Owner: milesrack
- Created: 2023-03-03T06:38:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T23:23:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T09:14:50.836Z (about 1 year ago)
- Topics: dashboard, docker, ejs, javascript, node-js, node-js-express, nodejs
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Dashboard
A docker container that runs a simple Node.js app showing the hostname, IP address, and uptime.
## Installation
```
git clone https://github.com/milesrack/simple-dashboard
cd simple-dashboard
```
## Usage
First build the docker image:
```
docker build -t simple-dashboard:latest .
```
After building the image run it in a container:
```
docker run -p 3000:3000 -d simple-dashboard:latest
```
Now the app will be running at http://localhost:3000
## Screenshot
