Files
oam/docker/pihole

Pi-hole

Table of contents

  1. TL;DR
  2. Further readings
  3. Sources

TL;DR

# Run on Raspberry Pi.
apt update && apt install -y docker-compose
cd pi-hole && docker-compose up -d

# Upgrade Graviton's DB.
docker exec -ti pihole pihole -g

# Check when Graviton's DB has been updated.
docker exec pihole stat /etc/pihole/gravity.db

Further readings

Sources

All the references in the further readings section, plus the following: