https://github.com/dbroadhurst/docker-dev-dash
Docker Dev Dash was developed to make make monitoring docker logs during development convenient
https://github.com/dbroadhurst/docker-dev-dash
dashboard development docker logstash
Last synced: about 1 month ago
JSON representation
Docker Dev Dash was developed to make make monitoring docker logs during development convenient
- Host: GitHub
- URL: https://github.com/dbroadhurst/docker-dev-dash
- Owner: dbroadhurst
- License: mit
- Created: 2017-07-17T02:44:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T22:18:45.000Z (almost 9 years ago)
- Last Synced: 2025-09-17T22:28:19.484Z (9 months ago)
- Topics: dashboard, development, docker, logstash
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Dev Dash - Instantly see docker container logs
Docker Dev Dash was developed to help monitor docker during development more convenient. It aims to solve the problem of managing mutiple shell windows to see information coming from each container


## Getting Started
````
npm install docker-dev-dash -g
````
You can install at a project level but there's no advantage
## Running
````
docker-dev-dash
````
Open a browser and navigate to
````
http://localhost:3030
````
## Custom setup
If you need to change the port then use the -p flag
````
docker-dev-dash -p 8080
````
Open a browser and navigate to
````
http://localhost:8080
````