Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 614 Bytes

File metadata and controls

31 lines (19 loc) · 614 Bytes

wazo-chatd

Build Status

A microservice to manage message and presence for a Wazo Engine.

Docker

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

Getting the image

To download the latest image from the docker hub

docker pull wazoplatform/wazo-chatd

Running wazo-chatd

docker run wazoplatform/wazo-chatd

Building the image

Building the docker image:

docker build -t wazoplatform/wazo-chatd .