Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 511 Bytes

docker.rst

File metadata and controls

16 lines (11 loc) · 511 Bytes

Docker

You can quickly test a local Moira installation using Docker containers from Docker Hub_ and docker-compose file in documentation repository.

git clone https://github.com/moira-alert/docker-compose.git
cd docker-compose
docker-compose pull
docker-compose up

Containers are preconfigured to serve Web UI at localhost:8080 and accept graphite metrics at localhost:2003.