andrius / udash

A "dashboard" app that display status of the docker containers (`docker ps -a`)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

µDash

A "dashboard" app that display status of the docker containers (docker ps -a)

Screenshot

screenshot.png

Usage

docker run \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -p 0.0.0.0:4567:4567 \
  andrius/udash

Security

Use nginx proxy with htaccess restriction, like described here.

About

A "dashboard" app that display status of the docker containers (`docker ps -a`)

License:Apache License 2.0


Languages

Language:Ruby 84.5%Language:Dockerfile 15.5%