Hysen Labs
Open-source project
11notes/docker-unbound avatar
11notes

docker-unbound

Run unbound rootless and distroless.

25 stars2 forksDockerfileMIT
DEEP OPEN-SOURCE ANALYSIS

docker-unbound: Run unbound rootless and distroless.

Run unbound rootless and distroless.

What the project is

docker-unbound is a Dockerfile project hosted on GitHub. Run unbound rootless and distroless. Unbound is a validating, recursive, caching DNS resolver. It is designed to be fast and lean and incorporates modern features based on open standards. The repository is maintained by 11notes and tracks activity through its public issue tracker and commit history. Readers who want a working example rather than a bare library will find the documentation and the linked resources useful for getting a first build running.

What it offers

The docker-unbound repository documents several concrete capabilities that shape how people use it. /unbound/etc - Directory of your configuration "no-new-privileges=true" "unbound.etc:/unbound/etc" "redis.etc:/redis/etc" "redis.var:/redis/var" These points are taken from the project README, so they reflect what the maintainers actually ship rather than marketing claims. Checking the file list and the example directories gives a fuller picture of how each piece fits together.

How to set it up

Getting docker-unbound running starts with cloning the source from https://github.com/11notes/docker-unbound. The README lists the commands needed to fetch the code and build or launch it. Representative steps from the documentation include: docker pull 11notes/unbound:1.25.1 docker pull ghcr.io/11notes/unbound:1.25.1 docker pull quay.io/11notes/unbound:1.25.1. After the code is on disk, the project instructions walk through configuration and any dependencies. Following the order shown in the README avoids the common setup mistakes that come from mixing steps.

License and project status

docker-unbound is written primarily in Dockerfile and is released under the MIT license, which sets the terms for reuse and redistribution. The project reports around 25 stars on GitHub, a signal of how many developers have bookmarked it. The source was last updated on 2026-08-21. The canonical location is https://github.com/11notes/docker-unbound, where the license file, the changelog and the open issues give the most current state of the work. Anyone planning to depend on it should read the license text directly before shipping it inside another product.

Editorial conclusion

The docker-unbound source lives at https://github.com/11notes/docker-unbound under the MIT license and is mainly written in Dockerfile. The README and the linked examples remain the place to confirm the current behaviour before adopting the project.

DEEP OPEN-SOURCE ANALYSIS

Official sources

Community notes

Community notes