Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 398 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 398 Bytes

µ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.