docker-dashboard-app
v1.4.8
Published
Node package that creates a dashboard UI for your Docker environment
Downloads
64
Maintainers
Readme
Docker Dashboard
A simple, local web application serving your host machines Docker information
Features include:
- Container, Image,and Network details
- Live update of CPU Usage
- Start/Stop/Restart/Remove Docker Containers
Getting Started
To use this application, install this package globally
npm install --global docker-dashboard-app
Once the package is installed globally start the application by entering
docker-dashboard
The app should now be running at http://localhost:8000
!
Open up your favorite browser to access the dashboard!