Skip to content

Simple web-interface to view all running docker container

License

Notifications You must be signed in to change notification settings

The-GitDeploy/docker-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-monitor

View and manage all running Docker container from a simple web-interface.

Simply run the following command:

docker run -p8080:8080 -v /var/run/docker.sock:/var/run/docker.sock f1nnm/dockermonitor

The UI will then be available under https://localhost:8080