Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/docker-consul-alerts
Dockerized Consul Alerts
https://github.com/abn/docker-consul-alerts
Last synced: 7 days ago
JSON representation
Dockerized Consul Alerts
- Host: GitHub
- URL: https://github.com/abn/docker-consul-alerts
- Owner: abn
- License: gpl-2.0
- Created: 2016-02-08T04:56:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T05:25:13.000Z (almost 9 years ago)
- Last Synced: 2024-11-18T07:49:53.100Z (about 1 month ago)
- Language: Makefile
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consul Alerts Container
This project puts [Consul Alerts](https://github.com/AcalephStorage/consul-alerts) in scratch docker container. It is available on [Docker Hub](https://registry.hub.docker.com/u/alectolytic/consul-alerts/) and can be pulled using the following command.
```sh
docker pull alectolytic/consul-alerts
```You will note that this is a tiny image.
```
$ docker images | grep docker.io/alectolytic/consul-alerts
alectolytic/consul-alerts latest 01c314a10ab 4 minutes ago 9.923 MB
```## Quickstart
#### Docker Compose
```sh
docker-compose up
```The provided docker-compose configuration will spin up a consul and consul-alerts instance. The consul-alerts instance is linked to the consul instance. This is useful for evaluation, testing and debugging.