1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-10 05:45:14 +02:00
pihole-unbound-hyperlocal/docker-build
2023-05-04 01:33:02 +02:00
..
99-edns.conf changed edns settings, added s6-ovleray for unbound, update to V2022.08.3 2023-05-04 01:33:02 +02:00
build_and_push.sh first commit 2023-05-04 01:33:01 +02:00
Dockerfile Update V2022.09.4 2023-05-04 01:33:02 +02:00
README.md first commit 2023-05-04 01:33:01 +02:00
unbound-pihole.conf changed edns settings, added s6-ovleray for unbound, update to V2022.08.3 2023-05-04 01:33:02 +02:00
unbound-run changed edns settings, added s6-ovleray for unbound, update to V2022.08.3 2023-05-04 01:33:02 +02:00
VERSION Update V2022.09.4 2023-05-04 01:33:02 +02:00

Build it yourself

https://docs.docker.com/buildx/working-with-buildx/#work-with-builder-instances

# This creates a new builder instance with a single node based on your current configuration.
docker buildx create
# To list all available builders, use
docker buildx ls
# To switch between different builders, use
docker buildx use <name>
# After creating a new instance, you can delete it with
docker buildx rm <name>

Build it as a multi-platform image:

chmod +x build_and_push.sh
./build_and_push.sh