Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

pull or create your project with Dockerfile included  and build, extract image (adjust --platform if needed):

Code Block
languagebash
git clone https://github.com/pi-hole/docker-pi-hole.git
cd docker-pi-hole
docker buildx build  --no-cache --platform arm64 --output=type=docker -t pihole .
docker save pihole > pihole.tar

...