https://github.com/txn2/kdash
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/txn2/kdash
- Owner: txn2
- License: apache-2.0
- Created: 2018-06-01T04:04:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T02:58:06.000Z (over 4 years ago)
- Last Synced: 2025-08-12T02:25:36.317Z (10 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kdash
Example of serving [kdash docker container] on port 2701 on the local server:
```bash
docker run -e DEBUG=true -p 2701:80 txn2/kdash:latest
```
## Local Development
```bash
docker run -e DEBUG=true -v "$(pwd)"/www:/www -p 2701:80 txn2/kdash:latest
```
[kdash docker container]: https://hub.docker.com/r/txn2/kdash/