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

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

License

Notifications You must be signed in to change notification settings

andrius/udash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

µ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`)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published