A microservice to manage plugins in the Wazo PBX.
wazo-plugind allows the administrator to manage plugins installed on a Wazo stack using a simple HTTP interface.
The official docker image for this service is wazoplatform/wazo-plugind
.
To download the latest image from the docker hub
docker pull wazoplatform/wazo-plugind
docker run -e"XIVO_UUID=<the xivo UUID>" wazoplatform/wazo-plugind
Building the docker image:
docker build -t wazoplatform/wazo-plugind .