Skip to content

wazo-platform/wazo-plugind

Repository files navigation

wazo-plugind

Build Status

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.

Docker

The official docker image for this service is wazoplatform/wazo-plugind.

Getting the image

To download the latest image from the docker hub

docker pull wazoplatform/wazo-plugind

Running wazo-plugind

docker run -e"XIVO_UUID=<the xivo UUID>" wazoplatform/wazo-plugind

Building the image

Building the docker image:

docker build -t wazoplatform/wazo-plugind .