this repository is a docker version of Unbound-Config
this build unbound and grafana separately so you have the choice of using other unbound docker.
- have a custom docker network
my-network
docker network create my-network
- have all SSL certificate configured in unbound.conf under
/etc/unbound
docker run -v /etc/unbound:/etc/unbound unbound-mine ./unbound-control-setup
- assumes prometheus configure file in
/etc/prometheus
if you choose to use your own docker unbound container, change the name in grafana-prometheus-unbound-exporter/docker-compose.yml
MIT