Pinba Engine Docker Image
From Pinba site:
Pinba is a MySQL storage engine that acts as a realtime monitoring/statistics server for PHP using MySQL as a read-only interface.
- Based on the alpine image v.3.7
- aports v.3.7.1
- MariaDB v.10.1.32
- Pinba Engine v.1.1.0 (latest release v.1.2.0 doesn't work with MariaDB on Alpine - need to be compiled with same flags, that can't be done with aports).
- Judy v.1.0.5
First "dry run" of MariaDB create DBs, setup environment and install libpinba_engine.so
plugin.
Pull image from Docker Hub:
docker pull tony2001/pinba
Run:
docker run -d --net=host --name=pinba tony2001/pinba