https://github.com/randymcmillan/pihole-macos
pihole macos
https://github.com/randymcmillan/pihole-macos
docker docker-container hosts hostsfile macos pihole pihole-blocklists
Last synced: 3 months ago
JSON representation
pihole macos
- Host: GitHub
- URL: https://github.com/randymcmillan/pihole-macos
- Owner: RandyMcMillan
- License: mit
- Created: 2020-02-28T00:06:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T08:17:54.000Z (over 6 years ago)
- Last Synced: 2025-07-12T06:38:22.255Z (12 months ago)
- Topics: docker, docker-container, hosts, hostsfile, macos, pihole, pihole-blocklists
- Language: Shell
- Homepage:
- Size: 394 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pihole-macos
##### Run an instance of [pi-hole](https://github.com/pi-hole/pi-hole) on macOS (Mojave) with Docker
## Automated install
- From the [command line:](file:///Applications/Utilities/Terminal.app)
```bash
wget -qO - https://raw.githubusercontent.com/pihole-macos/install/master/auto | bash
```
## 1. Install Docker
- From the [command line:](file:///Applications/Utilities/Terminal.app)
```bash
wget -qO - https://raw.githubusercontent.com/pihole-macos/pihole-macos/master/installDocker | bash
```
i
## 2. Run a [pihole container](https://hub.docker.com/r/pihole/pihole)
- From the [command line:](file:///Applications/Utilities/Terminal.app)
```bash
sudo wget -qO - https://raw.githubusercontent.com/pihole-macos/pihole-macos/master/run | bash
```
## 3. Check configuration
- [http://127.0.0.1/admin/index.php](http://127.0.0.1/admin/index.php)
## 4. Update Gravity
- [http://127.0.0.1/admin/gravity.php](http://127.0.0.1/admin/gravity.php)