Container images of Blocky, fast and lightweight DNS proxy as ad-blocker.
To provide a rootless image with no capabilities set. For the block lists take a look at AdGuard Home data container.
Images are based on distroless base images, use official binaries and published in Quay, GHCR, AWS and GitLab registries.
Usage is not different from the official images. So, you can run the server by one of the commands:
$ docker run -v /path/to/config.yml:/app/config.yml -p 4000:4000 -p 1053:1053/udp quay.io/flakybitnet/blocky-server
$ docker run -v /path/to/config.yml:/app/config.yml -p 4000:4000 -p 1053:1053/udp ghcr.io/flakybitnet/blocky-server
$ docker run -v /path/to/config.yml:/app/config.yml -p 4000:4000 -p 1053:1053/udp public.ecr.aws/flakybitnet/blocky/server
$ docker run -v /path/to/config.yml:/app/config.yml -p 4000:4000 -p 1053:1053/udp registry.flakybit.net/fb/blocky/oci/server