An open API service indexing awesome lists of open source software.

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

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

![Dashboard](https://s3-us-west-2.amazonaws.com/union25-public/info.png)

![Dashboard](https://s3-us-west-2.amazonaws.com/union25-public/logs.png)

## 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
````