An open API service indexing awesome lists of open source software.

https://github.com/dashio-connect/docker-dashboard

A simple Dash App Dashboard for docker.
https://github.com/dashio-connect/docker-dashboard

controller dashio docker log mobile notifications python3 remote-control

Last synced: 4 months ago
JSON representation

A simple Dash App Dashboard for docker.

Awesome Lists containing this project

README

        

# docker-dashboard

![Tests](https://github.com/jboulton/docker-dashboard/actions/workflows/tests.yml/badge.svg)
A python script for monitoring Docker containers to a DashIO Dashboard

## Requirements

- A linux server running docker continers.
- The DashIO app and an [account]("https://dashio.io/account-create/) with DashIO.
- The DashIO library installed on your Raspberry Pi. You can install it using pip:

```shell
pip install dashio
```

- The DashIO app available here:

Apple | Android
:-----------------:|:------------------:
[]() | []()

## Install

```sh
git clone https://github.com/jboulton/docker-dashboard.git
cd docker-dashboard
sudo ./install.sh
```

Edit `docker-dashboard/docker-dashboard.ini` and replace the username and password with your username and password for your DashIO server account.

```sh
python3 docker-dashboard/main.py -v2
```