# Docker Dashboard

A simple, local web application serving your host machines Docker information

Features include:

-   Container, Image,and Network details

![](dashboard.gif)

-   Live update of CPU Usage

![](usage.gif)

-   Start/Stop/Restart/Remove Docker Containers

![](containers.gif)

## Getting Started

To use this application, install this package globally

```bash
npm install --global docker-dashboard-app
```

Once the package is installed globally start the application by entering

```bash
docker-dashboard
```

The app should now be running at `http://localhost:8000`!

Open up your favorite browser to access the dashboard!
