https://github.com/samtv12345/alpine-pihole
Security focused pihole image that aims to minimize CVEs
https://github.com/samtv12345/alpine-pihole
alpine alpine-docker pihole pihole-docker
Last synced: about 1 year ago
JSON representation
Security focused pihole image that aims to minimize CVEs
- Host: GitHub
- URL: https://github.com/samtv12345/alpine-pihole
- Owner: SamTV12345
- License: other
- Created: 2022-11-13T14:57:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T10:16:05.000Z (over 1 year ago)
- Last Synced: 2025-03-18T11:28:58.471Z (over 1 year ago)
- Topics: alpine, alpine-docker, pihole, pihole-docker
- Language: Shell
- Homepage:
- Size: 256 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Network-wide ad blocking via your own Linux hardware
The Pi-hole® is a [DNS sinkhole](https://en.wikipedia.org/wiki/DNS_Sinkhole) that protects your devices from unwanted content without installing any client-side software.
**Alpine version: x86, x86_64, armv7l and aarch64**: This repository provides an automated script to install Pi-hole on Alpine Linux (32-bit and 64-bit) working with musl.
The 32-bit version for Alpine compiles the [Faster-than-light Engine](https://github.com/pi-hole/ftl).
More information is available at its own [repository](https://gitlab.com/yvelon/pihole-FTL-alpine).
**Information about Pi-hole**: please check out the [Pi-hole official repository](https://github.com/pi-hole/pi-hole).
-----
## Important note
This script runs the Docker part of the awesome script of [Yvelon's pihole project](https://gitlab.com/yvelon/pi-hole).
All cudos to him and his awesome work. Thank you for helping me port your work into docker.
## How to run
Simply run docker build -t my-tag . in the project directory.